Home » C++ Programming » Basic Input/Output » Question
  1. What must be specified when we construct an object of class ostream?
    1. memory
    2. stream
    3. streambuf
    4. All of above
    5. None of these
Correct Option: C

If you construct an object of class ostream, you must specify a streambuf object to the constructor.



Your comments will be displayed only after manual approval.