Multiple choice

What is “cerr”?

  1. A keyword in C

  2. An error condition

  3. Standard output error stream

  4. Standard logging stream

  5. Operator in UNIX

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

C++ provides some basic input/output stream. Cerr is one of such streams used for standard output error.