Fopen ()
The function is used to open the file file * fopen (char * filename, char * mode); 1. * filename is the file pointer
2. * Mode is the file usage mode R read-only W Write A write end RB Open a binary file (binary) WB Open binary file does not exist, new AB opens binary file Write file end does not have new standby ...