Home » C Programming » File I/O » Question
  1. What is FILE reserved word?
    1. It is a type name defined in stdio.h
    2. Pointer to the structure defined in stdio.h
    3. One of the basic data types in c
    4. A structure tag declared in stdio.h
    5. None of these
Correct Option: A

It is a type name defined in stdio.h



Your comments will be displayed only after manual approval.