KwickClips C++ · 40 sec · free
Which mode erases the file?
Short answer. w.
Which mode adds at the end?
a.
File modes
| Mode | Does | Old data |
|---|---|---|
| r | read | kept |
| w | write | erased |
| a | append | kept |
Remember
| w erases the file |
| a adds at the end |
One wrong letter in fopen can erase your whole file. That letter is the mode. R reads the file. W writes, but erases old data first. A appends at the end. Remember this. W erases the file. A adds at the end.
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
What does fopen return for a missing 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.

