1.

stderr is similar to?(a) stdin(b) stdout(c) Both stdout and stdin(d) None of the mentionedThe question was asked in exam.Enquiry is from Error Handling in section Input and Output in C of C

Answer»

Right answer is (B) stdout

Explanation: stderr is not exactly the same as stdout, but similar in the SENSE that both PUTS the output or error to the MONITOR.



Discussion

No Comment Found

Related InterviewSolutions