Home »
MCQs »
OOPs MCQs
What is iostream stream class?
39. What is iostream stream class?
- iostream class inherits the properties of ios.
- iosstream class inherits the properties of istream and ostream.
- Only A
- Only B
- Both A and B
Answer: D) Only B
Explanation:
iostream class inherits the properties of istream and ostream.