Report Bug
Qus : In C, what does the function fopen() return if it fails to open a file?
QusIn C, what does the function fopen() return if it fails to open a file?

A. -1
B. 1
C. Null
D. EOF


Solution
C. Null






Report Bug