A

Admin • 833K Points
Coach

Q. Which function is used to close a file in C?

  • (A) closefile()
  • (B) endfile()
  • (C) fclose()
  • (D) fileclose()
  • Correct Answer - Option(C)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

fclose() is used to close a file opened using fopen().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.