Character Input - examples

Nasza ocena:

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

Pobierz ten dokument za darmo

Podgląd dokumentu
Character Input - examples - strona 1

Fragment notatki:

Character Input • Reading a single character or EOF: int getc(FILE *stream); the above is called a prototype • Example: int c; c = getc(stdin); • Why to use int for c instead of char? • Reading a single character from stdin : int getchar(void); • getchar() works like getc(stdin) ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz