πŸ“Š C Programming
Q. What does the function fclose() do?
  • (A) Flushes buffer
  • (B) Closes file
  • (C) Removes file
  • (D) Creates file
πŸ’¬ Discuss
βœ… Correct Answer: (B) Closes file

Explanation: fclose() closes an open file and flushes the buffer.

Explanation by: Mr. Dubey
fclose() closes an open file and flushes the buffer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
52
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate