填空题

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

【参考答案】

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