Programming in C
Casual Mode - Take your time!
1 / 5
Correct
0
Incorrect
0
Score
0%
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