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 the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Outside of a C++ program, a file
Q9: A file must be _ before data
Q10: File output may be formatted the same
Q11: The _ may be used to read
Q12: string objects cannot be stored to a
Q14: The state bit, _, can be tested
Q15: The statement dataFile.close();<br>A) is illegal in C++.<br>B)
Q16: All stream objects have _ that indicate
Q17: ofstream, ifstream, and fstream are<br>A) header files.<br>B)
Q18: The member function _ writes a single