C Programming - Input / Output - Discussion

Discussion Forum : Input / Output - Yes / No Questions (Q.No. 1)
1.
stderr, stdin, stdout are FILE pointers
Yes
No
Answer: Option
Explanation:

Yes, these will be declared like

The corresponding stdio.h variable is FILE* stdin;

The corresponding stdio.h variable is FILE* stdout;

The corresponding stdio.h variable is FILE* stderr;

Discussion:
1 comments Page 1 of 1.

Shubham said:   6 years ago
What is stderr?

Post your comments here:

Your comments will be displayed after verification.