A

Admin • 833K Points
Coach

Q. What does 'fgetc()' do in C?

  • (A) Reads a string
  • (B) Reads a character from stdin
  • (C) Reads a character from a file
  • (D) Gets file size
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

fgetc() reads the next character from a file.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.