InterviewSolution
Saved Bookmarks
| 1. |
What will fopen will return, if there is any error while opening a file?(a) Nothing(b) EOF(c) NULL(d) Depends on compilerThis question was addressed to me during an online interview.The doubt is from File Access topic in chapter Input and Output in C of C |
|
Answer» The CORRECT ANSWER is (C) NULL |
|