Multiple choice What is “cerr”? A keyword in C An error condition Standard output error stream Standard logging stream 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.