Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3- question Consider the following piece of C code FILE *fp=fopen('se101.txt,r); if(fp==NULL) printf (Error opening file); else printf (Opened file successfully); fclose (fp); Assuming file
3- question Consider the following piece of C code FILE *fp=fopen('se101.txt","r"); if(fp==NULL) printf ("Error opening file"); else printf ("Opened file successfully"); fclose (fp); Assuming file se101.txt already exists in the project folder. What will be the output of this code? a) Error opening file b) Opened file successfully correct answer: a b) correct answer: b Bo brak BRO Sonraki Kapat Sinayi Bitir
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started