A

Admin • 833K Points
Coach

Q. Which function is used to read a single character from input?

  • (A) getchar()
  • (B) gets()
  • (C) scanf()
  • (D) fread()
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

getchar() reads a single character from stdin.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.