Home »
MCQs »
OOPs MCQs
What is istream stream class?
38. What is istream stream class?
- ios stream class inherits the properties of ios.
- ios stream contains overloaded extraction operator>>.
- Only A
- Only B
- Both A and B
Answer: E) Both A and B
Explanation:
istream stream class inherits the properties of ios and also it contains an overloaded extraction operator >>.