Library Functions - Programming

Q1:

What is stderr ?

A standard error

B standard error types

C standard error streams

D standard error definitions

ANS:C - standard error streams

The standard error(stderr) stream is the default destination for error messages and other diagnostic warnings. Like stdout, it is usually also directed to the output device of the standard console (generally, the screen).