Home » C++ Programming » Classes & Objects » Question
  1. What is the use of clog?
    1. Input stream
    2. Standard logging stream
    3. Error stream
    4. All of above
    5. None of these
Correct Option: B

clog is an object of class ostream that represents the standard logging stream. It is associated with the cstdio stream stderr, like cerr.



Your comments will be displayed only after manual approval.