February 2020
Beginner to intermediate
616 pages
15h 16m
English
The fopen() function is used for opening a file for reading, writing, and doing other operations. Here is its syntax:
FILE *fopen (const char *file_name, const char *mode)
Here, file_name represents the file that we want to work on and mode states the purpose for which we want to open the file. It can be any of the following:
Read now
Unlock full access