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;


Discussion

No Comment Found