Character counting 2nd

Nasza ocena:

3
Wyświetleń: 476
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Character counting 2nd - strona 1

Fragment notatki:

Character counting -2nd version #include /* count characters in input; 2nd version */ int main() { long nc; for (nc = 0; getchar() != EOF; nc++) ; /* an empty body of the loop! */ printf("%ld\n", nc); return 0; } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz