单项选择题

A.fwrite(a,sizeof(int),10,fp);
B.fwrite(a,2,10,fp);
C.fwrite(a,2*10,1,fp);
D.fwrite(a,sizeof(int),1,fp);