The ______ stream in C is used for unbuffered error messages.
- stderr
- stdout
- printf
- ferror
The correct option is a) stderr. The stderr stream is used for unbuffered error messages in C programs.
Loading...
Related Quiz
- What is the significance of the return type in a function declaration in C?
- What is the role of the 'continue' statement in a loop?
- What is the effect of not specifying the size of the array when initializing it with a list of values?
- To split a string into tokens in C, the function ________ is used.
- When defining a bit field, what does the number after the colon represent?