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
Which statement opens a binary file in such a way that information will only be written to the end of the file?
dataEile openappend infodat", binary;
datafile.open infodat", ios::out ios::binary;
datapile.open infodat", ios::out I ios::binaxy ios::app;
open dataFile append;
datafile.open new ofstreamc:VVinfo.dat", ios::append, ios::binary;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
