单项选择题

A.fscanf(fp,"%d%d",&a ,&b);
B.fscanf(fp,"%d%d",a ,b);
C.fscanf("%d%d",&a ,&b,fp);
D.fprintf(fp,"%d",a ,b);