KwickClips C++ · 40 sec · free
What does fopen return for a missing file?
Short answer. NULL.
When should you check?
Before reading.
Remember
| Missing file: fopen gives NULL |
| Check before you read |
What does fopen return when the file is missing? It returns NULL. So check it before reading. If it is NULL, show a message. Otherwise use and close the file. Remember this. A missing file gives NULL. Check before reading.
This clip is from the full lesson: File Handling in C — 6 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels C, Programming All levels C, Programming All levels C
More KwickClips from this lesson
What two things does fopen need?43 sec
Which writes formatted data to a file?44 sec
Which mode erases the file?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

