Solved

Which Statement Opens a File in Such a Way That

Question 13

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions