单项选择题

若变量已正确定义,执行 scanf("%d%c%f", &op1, &op, &op2); 输入什么之后,op1的值为1,op的值为’*’,op2的值为2.0.

A.0
B.
C.
D.0
E.
F.0