单项选择题

已知有int m;float x;则下列输入语句正确的是()

A.scanf(“%d,%f”,m,x)
B.scanf(“%d,%d,&m,&x”)
C.scanf(“%f,%d”,m,x)
D.scanf(“%f%d”,&m,&x)