MCQs > IT & Programming > C Programming > What is the following program doing? #include main() { FILE *stream=fopen('a.txt','r'); }

C Programming MCQs

What is the following program doing? #include<stdio.h> main() { FILE *stream=fopen("a.txt",'r'); }


 

Answer

Correct Answer: Compile error

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