C File I/O
File I/O allows programs to read from and write to files.
1. File Operations
2. File Modes
"r"- read"w"- write (overwrite)"a"- append"r+"- read and write
File I/O allows programs to read from and write to files.
"r" - read"w" - write (overwrite)"a" - append"r+" - read and write