A

Admin • 833K Points
Coach

Q. Which function allows you to read structured data from a file?

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

Explanation by: Admin

fread() is used for binary input from a file, suitable for structs.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.