从文件中读入两个整数,正确的语句是()
A.fgets(s,fp);
B.scanf(”%d%d”,&a,&b);
C.scanf(fp,”%d%d”,&a,&b);
D.fscanf(fp,”%d%d”,&a,&b);
正确答案:D
相关答案
热门答案