以下程序用来统计文件中字符的个数。请填空。 include“stadio.h” main() { FILE *fp;long num=0L; if((fp=fopen(“fname.dat”,“r”))==NULL); {printf(“0pen error\n”);exit(0);} while( 【 】) {fsetc(fp);num++;} printf(“num=%1d\n”,num-1); fclose(fp); }
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索