Vidyalelo
C Programming · Q61

File Input Output

Programming · C Programming · question 61

Q61

Which of the following statements about stdout and stderr are true?

A.
Same
B.
Both connected to screen always
C.
Both connected to screen by default
Answer
D.
stdout is line buffered but stderr is unbuffered

Answer: Option C

Solution

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