Multiple Choice
What is true about the following statement?
Out) open("values.dat", ios:
:
App) ;
A) If the file already exists, its contents are preserved and all output is written to the end of the file.
B) If the file already exists, it should be replaced with a new copy of values.dat.
C) If the file already exists, it can be opened but not modified.
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Which of the following access flags, when
Q29: Which of the following is the data
Q30: The _ marker is the character that
Q31: Which of the following is the state
Q32: The ios::out flag causes the file's existing
Q33: If a file already exists, you can
Q34: Outside of a C++ program, a file
Q35: The end-of-file marker is automatically written<br>A) when
Q36: Only one file stream object can be
Q37: Which of the following statements opens a