c:io:getchar From C++ Reference previous page next page getchar Syntax: #include <cstdio> int getchar( void ); The getchar() function returns the next character from stdin, or EOF if the end of file is reached. Related Topics: fgetc, fopen, fputc, putc previous page start next page