What does the cerr represent?

a) Standard error stream
b) Standard logging stream
c) Input stream
d) Output stream

1 thought on “ What does the cerr represent?”

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

Leave a Comment