Which statement opens a file in such a way that information will only be written to the end of the file?

a. data-File(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

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

Computer Science & Information Technology

You might also like to view...

What is another name for an external hard drive?

A) writable CD B) supporting drive C) external port D) portable hard drive

Computer Science & Information Technology

It is not possible to save annotations added during a presentation

Indicate whether the statement is true or false

Computer Science & Information Technology