What will be the output of the following C statement?
fprintf(stderr, "error: could not open filen");
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
Answer: Option A

Join The Discussion