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

Verified
Correct Answer:
Verified
Related Questions
Q6: When a file is opened, the file
Q9: Closing a file causes any unsaved information
Q20: To access files from a C++ program,
Q22: This data type can be used to
Q22: File output may be formatted the same
Q23: The setprecision manipulator cannot be used to
Q25: This member function writes a single character
Q28: All stream objects have _, which indicate
Q33: If a file already exists, you can
Q35: The end-of-file marker is automatically written<br>A) when