<AptiCode/>

Question 564: What doesfppoint to in the program ?#include<stdio.h> int main() { FILE *fp; fp=fopen("trial", "r"); return 0; }

tcs
wipro
infosys
general
aptitude
input-output
c-programming

Thefpis a structure which contains acharpointer which points to the first character of a file.