True/False
An alternative to using the open member function is to use the file stream object declaration itself to open the file. For example:
fstream DataFile("names.dat", ios:
:
in | ios:
:
out);
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Closing a file causes any unsaved information
Q10: To set up a file to perform
Q11: Which of the following is the member
Q12: When data is read from a file,
Q13: Data stored _ disappears once the program
Q15: Which of the following is the member
Q16: Which of the following is the data
Q17: Which statement opens a file in such
Q18: By default, files are opened in binary
Q19: When used by itself, the ios::app flag