不挂科搜题免费

问题:

下面程序用变量count统计文件letter.dat中字符的个数。程序缺少出依次填入()()()

答案:

fopen(“letter.dat”,“r”);fscanf(fp,”%c”,&c);count++