Multiple Choice
Which of the following is the data type that can be used to create files and write information to them but cannot be used to read information from them?
A) ofstream
B) ifstream
C) afstream
D) outstream
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: ofstream, ifstream, and fstream are<br>A) header files<br>B)
Q25: When you store data in a variable,
Q26: All stream objects have _ which indicate
Q27: To write to a file, you use
Q28: Which of the following access flags, when
Q30: The _ marker is the character that
Q31: Which of the following is the state
Q32: The ios::out flag causes the file's existing
Q33: If a file already exists, you can
Q34: Outside of a C++ program, a file