Q70
What will be the output of the following C statement? fprintf(stderr, "error: could not open filen");
A.
The diagnostic output is directly displayed in the output
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board