1.
Which of the following are libraries for C++ input and output? (Choose all that are true.)
- fstream
- Yes, fstream is library for handling file input and output.
- ifstream
- No, ifstream is an object type for handling input.
- ofstream
- No, ofstream is an object type for handling output.
- iostream
- Yes, iostream is a library for handling console input and output.