Multiple Choice
Which file open mode would be used to write data only to the end of an existing file?
A) ios::app
B) ios::in
C) ios::out
D) ios::trunc
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following does not have
Q4: Which of the following is not a
Q5: Select the false statement.<br>A) All data items
Q6: Which statement is not true about 0,
Q8: Typically, which of the following contains the
Q10: The data hierarchy, arranged from smallest to
Q11: In order to perform file processing in
Q12: What is not true about this code
Q17: Select the false statement.<br>A) C++ imposes no
Q18: Which of the following will not change