Multiple choice

Which of the following streams in C++ receives data from a program and writes the data to a monitor that it receives from the program?

  1. Input stream

  2. Output stream

  3. Error stream

  4. File

  5. Data stream

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

This stream in C++ receives data from the program and writes the data to the monitor that it receives from the program.