Home » C Programming » File I/O » Question
  1. Which of the following statements about stdout and stderr are true?
    1. stdout is line buffered but stderr is unbuffered
    2. Same
    3. Both connected to screen always
    4. Both connected to screen by default
    5. None of these
Correct Option: D

Both connected to screen by default



Your comments will be displayed only after manual approval.