Multiple choice

Which of the following stream classes provides support for simultaneous input and output operations?

  1. Fstream

  2. Ifstream

  3. Ofstream

  4. Fstreambase

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This stream class inherits all the functions from istream and ostream classes through iostream, allowing both I/O functions.