Home »
MCQs »
C++ MCQs
Which of the following namespace contains cin, cout objects?
36. Which of the following namespace contains cin, cout objects?
- ost
- std
- endl
- none of the above
Answer: B) std
Explanation:
The "std" namespace contains cin, and cout objects.