Home » C++ Programming » Classes & Objects » Question
  1. What does the cerr represent?
    1. Output stream
    2. Input stream
    3. Standard logging stream
    4. Standard error stream
    5. None of these
Correct Option: D

cerr is an object of class ostream that represents the standard error stream. It is associated with the cstdio stream stderr.



Your comments will be displayed only after manual approval.