Page 1 of 1

What happens when we use the following C statement?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
fprintf(stderr, "error: could not open filen");
a) The diagnostic output is directly displayed in the output
b) The diagnostic output is pipelined to the output file
c) The line which caused error is compiled again
d) The program is immediately aborted