Vidyalelo
C Programming · Q70

File Input Output

Programming · C Programming · question 70

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board