Namespaces
Variants
Views
Actions

getchar

From cppreference.com
< c | io
Defined in header <stdio.h>
int getchar();

Reads the next character from stdin.

[edit] Parameters

(none)

[edit] Return value

the obtained character or EOF if an error has occurred or the end of file reached

[edit] See also

gets a character from a file stream
(function) [edit]
C++ documentation for getchar