November 2018 1 8 Report

Cześć!

Potrzebuje na szybko czyli na poniedziałek na lekcje informatyki w trzeciej klasie technikum odpowiedź na to pytanie z operacji na tablicach w języku C:

Co i DLACZEGO wypisze ten program:

#include <stdio.h>

int main()

{

int tab[] = {1, 2, 3, 4};

printf ( "%d, %d, %d, %d\n", *tab, * ( tab + 1 ), tab[2], 3[tab] );

return 0;

}


Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.