

InterviewSolution
Saved Bookmarks
1. |
are FILE pointers |
Answer» 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; | |