Question: Question 1 4 Which statement opens a binary file in such a way that information will only be written to the end of the file?

Question 14
Which statement opens a binary file in such a way that information will only be written to the end of the file?
dataEile (open.append ("info.dat", binary);
datafile.open ("info.dat", ios::out ( ios::binary);
datapile.open ("info.dat", ios::out I ios::binaxy ( ios::app);
open (dataFile append);
datafile.open = new ofstream("c:VVinfo.dat", ios::append, ios::binary);
 Question 14 Which statement opens a binary file in such a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!