fputc () 函数用于将单个字符写入文件。 ... int fputc(int c, FILE *stream) ... fp); fputc('m', fp); fclose(fp);//closing file printf("character have all write ...
確定! 回上一頁