Home »
MCQs »
C++ MCQs
The cin, cout are ___
28. The cin, cout are ___.
- Library functions
- structures
- Pointers
- objects
Answer: D) objects
Explanation:
The cin and cout are the objects of the istream and ostream classes respectively that are used to perform input/output operations.