Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 185 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 185 Bytes

In C, you can perform four major operations on files, either text or binary:

Creating a new file Opening an existing file Closing a file Reading from and writing information to a file