Kizspy | Question: 33
(Choose 1 answer)
PLEMARI DOM.COM
What is incorrect about getchar() function?
A. The getchar() function is defined in the <stdio.h> header file.
B. getchar() gets a string from stdin.
C. getchar() retrieves a single character from the standard input stream buffer without translating the input.
D. getchar() gets a character (an unsigned char) from stdin.