c:io:fgetc From C++ Reference previous page next page fgetc Syntax: #include <cstdio> int fgetc( FILE *stream ); The fgetc() function returns the next character from stream, or EOF if the end of file is reached or if there is an error. Related Topics: fopen, fputc, fread, fwrite, getc, getchar, gets, putc previous page start next page