Page 1 of 1

Please answer the given MCQ. Urgent! I am confused!! If a FILE pointer is NULL what does it mean? FILE *fp; fp=fopen("do

Posted: Sat May 14, 2022 7:01 pm
by answerhappygod
Please answer the given MCQ. Urgent! I am confused!!
If a FILE pointer is NULL what does it mean?
FILE *fp;
fp=fopen("document.txt","w");
A) Unable to open a file named document.txt
B) document.txt is not available on disk
C) Some hardware problems
D) all of the above