Kurs programowania w C cz. 76
- Politechnika Poznańska
- Informatyka
92 ROZDZIAŁ 12. PREPROCESOR #include #define KWADRAT(x) ((x)*(x)) int main () { printf...
Ta witryna wykorzystuje pliki cookie, dowiedz się więcej.
92 ROZDZIAŁ 12. PREPROCESOR #include #define KWADRAT(x) ((x)*(x)) int main () { printf...
tab[ROZMIAR] = {3,6,8}; int i; printf ("Druk tablicy tab:\n"); for (i=0; i
(i = 0; i < 9; ++i) { printf("%d ", tab[i]); } printf("%d\n", tab[9]); return 0...
! Przykładem nieprawidłowego kodu, może być np.: int *wsk; printf ("zawartosc komorki: %d\n", *(wsk)); /* Błąd...
programu #include #include int main() { printf( "Obliczam ile Twoj pojazd spala paliwa...
; i++; } for(j=0;j
(string, "This is a string"); ptr = strchr(string, c); if (ptr) printf("The character %c is at position...
front of the token, if found */ p = strtok(input, ","); if (p) printf("%s\n", p); /* A second call...
->rdlockstart; printf("Start: Lock->Read %s.%s\n",copyinstr(arg0),copyinstr(arg1)); } mysql*:::handler-wrlock...
Fahrenheita na temperaturę w */ // stopniach Celsjusza { float cels, fahr; printf(”Podaj temperature...