Library:   stdio.h
Prototype: int fgetc(FILE *stream);
Syntax:    FILE *file_pointer;
	   char ch;
	   ch = fgetc(file_pointer);
           ch = getc(file_pointer);
 Example program.
 Example program.
getch, getche (non standard)
| Top | Master Index | Keywords | Functions |