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

Verified
Correct Answer:
Verified
Related Questions
Q12: When data is read from a file,
Q13: Data stored _ disappears once the program
Q14: An alternative to using the open member
Q15: Which of the following is the member
Q16: Which of the following is the data
Q18: By default, files are opened in binary
Q19: When used by itself, the ios::app flag
Q20: When passing a file stream object to
Q21: Which of the following data types can
Q22: File output may be formatted the same