Mar 31, 2010

C: What is the use of stderr?

In the C, error or other messages can be displayed by using printf or by using file stdout. Then what is the need of stderr? Why it is so special to display error using stderr file pointer?

No comments:

Post a Comment