在今天学习的程序中,有如下几点需要记住: fopen的原型: FILE * fopen(const char * path,const char * mode); 返回值:文件顺利打开后,指向该流的文件指针就会被返回。如果……