The getchar ( ) function
We can also use the getchar() function that is found in the stdio library
The getchar ( ) function reads one character from stdin and returns that character (value)
The value can then be stored in either a char variable or an integer variable