[amp_mcq option1=”cin” option2=”cout” option3=”stin” option4=”stout E. None of the above” correct=”option2″]
The correct answer is B. cout.
The standard output stream is a stream that is used to write data to the standard output device, which is usually the computer screen. The standard output stream is represented by the object cout.
The other options are incorrect.
- Cin is the standard input stream. It is used to read data from the standard input device, which is usually the keyboard.
- Stin is not a standard stream.
- Stout is not a standard stream.
- None of the above is not a valid option.