-
What happens when we use the following C statement?
fprintf(stderr, "error: could not open file");
-
- The diagnostic output is pipelined to the output file
- The program is immediately aborted
- The diagnostic output is directly displayed in the output
- The line which caused error is compiled again
- None of these
Correct Option: C
The diagnostic output is directly displayed in the output