What will fopen will return, if there is any error while opening a file?
(a) Nothing
(b) EOF
(c) NULL
(d) Depends on compiler
This 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