Home » C Programming » Error Handling » Question
  1. stderr is similar to?
    1. stdout
    2. stdin
    3. Both stdin and stdout
    4. All of above
    5. None of these
Correct Option: A

stderr is not exactly same as stdout, but similar in the sense that both puts the output or error to the monitor.



Your comments will be displayed only after manual approval.