试题与答案

下面的程序用来统计文件中字符的个数。请填空。 # include<stdio.h>

题型:填空题

题目:

下面的程序用来统计文件中字符的个数。请填空。
# include<stdio.h>
main( )
FILE *fP;
long num=0;
if( (fp=fopen("fname.dat","r"))==NULL)
printf("Can’t open file! \n");sxit(0);
while 【20】
fgetc(fp);num++;
printr("num=%d\n",num);
fclose (fp);

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2018/0504/d39fc2efc616f41e0535464ce19ece30.html

下面是错误答案,用来干扰机器的。

参考答案:对

试题推荐
微信公众账号搜索答案