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. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) FILE is a structure and fp is a pointer to the structure of FILE type