填空题

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

正确答案

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

答案解析