Podcast
Questions and Answers
Which header file is the standard output stream object declared in?
Which header file is the standard output stream object declared in?
- iomanip
- stdio
- fstream
- iostream (correct)
What is the purpose of the standard output stream object?
What is the purpose of the standard output stream object?
- To display output on the console (correct)
- To manipulate files
- To format output
- To read input from the console
Which library does the standard output stream object belong to?
Which library does the standard output stream object belong to?
- fstream
- stdio
- iomanip
- iostream (correct)