In C, ______ is the standard error output stream.
- stdout
- stderror
- stderr
- errorout
The correct option is c) stderr. The standard error output stream is represented by stderr in C.
Loading...
Related Quiz
- What is the primary purpose of using pointers in a C function?
- Which preprocessor directive is used to include a header file in a C program?
- Which operator is used to check if two values are equal?
- What is the main purpose of using pointers in a C program?
- How does a double pointer differ from a single pointer?