What is stderr ?
A standard error
B standard error types
C standard error streams
D standard error definitions
Correct Option - C
ExplainationThe 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).