

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following true about FILE *fp? |
A. | FILE is a keyword in C for representing files and fp is a variable of FILE type. |
B. | FILE is a stream |
C. | FILE is a buffered stream |
D. | FILE is a structure and fp is a pointer to the structure of FILE type |
Answer» E. | |