C++ Programming/Code/Standard C Library/Functions/getchar
< C++ Programming < Code < Standard C Library < Functionsgetchar
Syntax |
#include <cstdio>
int getchar( void );
|
The getchar() function returns the next character from stdin, or EOF if the end of file is reached.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.