📚 Practice Mode
C Language
Learn at your own pace with hints and detailed explanations
1 / 13
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