GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
3. | What does fp point to in the program ? | |
A. | The first character in the file | |
B. | The last character in the file. | |
C. | A structure which contains a char pointer which points to the first character of a file. | |
D. | The name of the file. | |
Answer: Option C | |
Explanation: | |
The fp is a structure which contains a char pointer which points to the first character of a file. |
|
Tutorial Link: |