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

Discussion :: C++ - MCQs

  1. What is the use of clog?
  2. A.
    Standard logging stream
    B.
    Error stream
    C.
    Input stream
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment