Home / C Programming / Library Functions :: Discussion

Discussion :: Library Functions

  1. What is stderr ?

  2. A.
    standard error
    B.
    standard error types
    C.
    standard error streams
    D.
    standard error definitions

    View Answer

    Workspace

    Answer : Option C

    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).


Be The First To Comment