Home / Report Question

Q. Which of the following true about FILE *fp
  • A. FILE is a structure and fp is a pointer to the structure of FILE type
  • B. FILE is a buffered stream
  • C. FILE is a stream
  • D. FILE is a keyword in C for representing files and fp is a variable of FILE type.

Correct Answer: A