Which of the following is used to create an output stream?

Which of the following is used to create an output stream?
A. ofstream
B. ifstream
C. iostream
D. fsstream
 

Trung Minh

New member
Answer: a
Explanation: ofstream is used to create an output stream in C++ file handling operations. Ofstream objects are used to read files.
 

Tìm kiếm

Top