C language learning summary two on file operation

xiaoxiao2021-03-06  43

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 ...

转载请注明原文地址:https://www.9cbs.com/read-59074.html

New Post(0)