What is the use of clog?

a) Standard logging stream
b) Error stream
c) Input stream
d) output stream=

1 thought on “What is the use of clog?”

  1. 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.

Leave a Comment