Discussion :: Input / Output
-
stderr, stdin, stdout are FILE pointers
Answer : Option A
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;
Be The First To Comment