The getchar ( ) function
The getchar( ) function is found in the stdio library
The getchar( ) function reads one character from stdin and returns that character (value)
The value can be stored in either a character variable or an integer variable
Previous slide
Next slide
Back to first slide
View graphic version