πŸ“Š C Programming
Q. Which of the following is not a valid file operation mode in fopen()?
  • (A) r+
  • (B) rb
  • (C) rw
  • (D) w+
πŸ’¬ Discuss
βœ… Correct Answer: (C) rw

Explanation: There is no 'rw' mode in fopen(); use 'r+' or 'w+' instead.

Explanation by: Mr. Dubey
There is no 'rw' mode in fopen(); use 'r+' or 'w+' instead.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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