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

B) dataFile.open("info.dat", ios::out | ios::app);

Computer Science & Information Technology

You might also like to view...

Autonomy is the feeling of confidence and excitement from seeing your own skills progress

Indicate whether the statement is true or false

Computer Science & Information Technology

A risk in using linked videos is problems with missing or ________ links

Fill in the blank(s) with correct word

Computer Science & Information Technology