Solved

An Alternative to Using the Open Member Function Is to Use

Question 14

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions