Discussion :: C++ - MCQs
- What must be specified when we construct an object of class ostream?
Answer : Option B
Explanation :
If you construct an object of class ostream, you must specify a streambuf object to the constructor.
Be The First To Comment