MCQs > IT & Programming > C Programming > What does fp point to in the program ? #include int main() { FILE *fp; fp=fopen('trial', 'r'); return 0; }

C Programming MCQs

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

 

Answer

Correct Answer: A structure which contains a char pointer which points to the first character of a file.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it