Multiple choice Which of the following statements is not true? getchar() reads one character at a time till the user presses enter. putchar() prints one character on the screen at a time, read by the standard input. getch() reads alphanumeric character from the input device. getch() does not display the character input by it on the screen. All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation All the given options are correct.