Multiple Choice
Which file open mode would be used to write data only at 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
Q9: Select the false statement. The reinterpret_cast operator:<br>A)
Q10: A random access file is organized most
Q11: In order to perform file processing in
Q12: Random access files are more effective than
Q13: What is not true about this code
Q14: Select the false statement. The write function:<br>A)
Q16: The new C++14 stream manipulator _ enables
Q17: Select the false statement.<br>A) C++ imposes no
Q18: Which of the following will not change
Q19: Which of the following statements is true?<br>A)