Q13
What is the purpose of the ios::app flag in C++ file handling?
A.
Appends data to the end of the file
B.
Opens the file in append mode
AnswerC.
Opens the file in write mode
D.
Opens the file in read mode
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board