Discussion Forum : Input / Output
Question -

stderr, stdin, stdout are FILE pointers

Options:
A .  Yes
B .  No
Answer: Option A

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;



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *