C Programming - Library Functions - Discussion

Discussion Forum : Library Functions - General Questions (Q.No. 4)
4.
What is stderr ?
standard error
standard error types
standard error streams
standard error definitions
Answer: Option
Explanation:
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).
Discussion:
2 comments Page 1 of 1.

Abhinay S. Ganu said:   10 years ago
stdio what do it say? standard input output and error.

stderr() how to understand?

Guruprasath said:   1 decade ago
In turbo C compiler stderr meaning refereed as standard error output device; is it right? or will it differs depend upon the compiler.

Post your comments here:

Your comments will be displayed after verification.