Home » C++ Programming » Basic Input/Output » Question
  1. Pick out the correct objects about the instantiation of output stream.
    1. cerr
    2. clog
    3. cout
    4. All of above
    5. None of these
Correct Option: D

cout, cerr and clog are the standard objects for the instantiation of output stream class.



Your comments will be displayed only after manual approval.