单项选择题

有定义语句:int b; char c[10]; ,则正确的输入语句是()。

A、 scanf("%d%s", &b, &c);
B、 scanf("%d%s", &b, c);
C、 scanf("%d%s", b, c);
D、 scanf("%d%s", b, &c);