File copyig 2nd

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
File copyig 2nd - strona 1

Fragment notatki:

File copying - 2nd version #include /* copy input to output; 2nd version */ int main() { int c; while ((c = getchar()) != EOF) putchar(c); return 0; } ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz