Multiple Choice
Which statement opens a file in such a way that information will only be written to its end?
A) dataFile(open.append("info.dat") ) ;
B) dataFile.open("info.dat", ios::out | ios::app) ;
C) dataFile.open = "C:\\info.dat" ios:append;
D) open(dataFile.append) ;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Closing a file causes any unsaved information
Q22: File output may be formatted the same
Q24: ofstream, ifstream, and fstream are<br>A) header files<br>B)
Q25: This member function writes a single character
Q28: All stream objects have _, which indicate
Q30: This state bit is set when an
Q31: When used by itself, this access flag
Q33: If a file already exists, you can
Q33: Outside of a C++ program, a file
Q34: Data stored here disappears once the program