Examveda

The given statement FILE *fptr;

A. Defines a pointer to the pre-defined structure type FILE

B. Defines a pointer to the user-defined structure type FILE

C. Defines a pointer to the pre-defined data type FILE DESCRIPTOR

D. Creates a file with the name fptr

E. Creates a file pointed by fptr

Answer: Option A

Solution (By Examveda Team)

FILE is a pre-defined structure.


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output