Basic File Operations by C and C++
C supports a number of functions that have the ability to perform basic file operations, which include:-
1. Naming a file
2. Opening a file
3. Reading from a file
4. Writing data into a file
5. Closing a file
1. Naming a file
2. Opening a file
3. Reading from a file
4. Writing data into a file
5. Closing a file
Comments
Post a Comment