单项选择题

若有定义语句:doub1e x,y,*px,*py;执行了px=&x;py=&y;之后,正确的输入语句是()。

A.scanf("%f%f"&x,&;
B.scanf("%f%f"&x,&;
C.scanf("%1f%lf",px,;
D.scanf("%lf%lf",x,;