Multiple Choice
This data type can be used to create files and read information from them into memory.
A) ofstream
B) istream
C) ifstream
D) instream
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The ios::hardfail bit is set when an
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: File output may be formatted the same
Q23: The setprecision manipulator cannot be used to
Q23: An alternative to using the open member
Q25: This member function writes a single character
Q33: If a file already exists, you can
Q35: The end-of-file marker is automatically written<br>A) when