What is FILE reserved word?
(a) A structure tag declared in stdio.h
(b) One of the basic data types in c
(c) Pointer to the structure defined in stdio.h
(d) It is a type name defined in stdio.h
This question was posed to me in an online interview.
This intriguing question originated from File Access in portion Input and Output in C of C