File Input and Output
摘要
A file is an array of bytes, usually stored on mediums such as drives. We can write to and read from a file using a few C standard-library functions. The following sections explain the workflow and the functions used.