Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What does the cerr represent?
  2. A.
    Standard error stream
    B.
    Standard logging stream
    C.
    Input stream
    D.
    Output stream

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment