• 2021-04-14
    有以下程序 #include main() { EILE *f; f=fopen(“filea.txt”,”w”); fprintf(f,”abc”); fclose(f); } 若文本文件filea.txt中原有内容为