InterviewSolution
Saved Bookmarks
| 1. |
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.hThis 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 |
|
Answer» Correct CHOICE is (d) It is a TYPE name DEFINED in stdio.h |
|