Input / Output - Programming

Q1:

stderr, stdin, stdout are FILE pointers

A Yes

B No

ANS:A - Yes

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;