Home » C Programming » File I/O » Question
  1. What will fopen will return, if there is any error while opening a file?
    1. Depends on compiler
    2. Nothing
    3. EOF
    4. NULL
    5. None of these
Correct Option: D

NULL



Your comments will be displayed only after manual approval.