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

Which statement opens a binary file in such a way that information will only be written to the end of the file? Group of answer choices dataFile(open.append("info.dat",binary); dataFile.open("info.dat", ios::out | ios::binary | ios::app); open(dataFile.append); dataFile.open = new ofstream("c:\\info.dat", ios::append, ios::binary); dataFile.open("info.dat", ios::out | ios::binary);

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!