C Language

Casual Mode - Take your time!

1 / 13
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following statements is not true?

  1. getchar() reads one character at a time till the user presses enter.
  2. putchar() prints one character on the screen at a time, read by the standard input.
  3. getch() reads alphanumeric character from the input device.
  4. getch() does not display the character input by it on the screen.
  5. All of the above
Change Mode