📚 Practice Mode
Programming in C
Learn at your own pace with hints and detailed explanations
1 / 5
Multiple Choice
Which of the given operations of the function is not true for that function?
- Getchar() reads one character at a time till the user presses enter.
- Putchar() prints one character on the screen, which is read by the standard input.
- Getch() reads alphanumeric character from the input device.
- Getch() returns the character entered as input is not displayed by it.
- All of the above