Q. Which of the following functions can be used to open a file in C?

  • (A) fopen()
  • (B) openfile()
  • (C) fileopen()
  • (D) open()
πŸ’¬ Discuss
βœ… Correct Answer: (A) fopen()
Explanation: fopen() is the standard C function for opening files.
Explanation by: Mr. Dubey
fopen() is the standard C function for opening files.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate