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

Verified
Correct Answer:
Verified
Related Questions
Q11: Which of the following is the member
Q12: When data is read from a file,
Q13: Data stored _ disappears once the program
Q14: An alternative to using the open member
Q15: Which of the following is the member
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
Q20: When passing a file stream object to
Q21: Which of the following data types can