单项选择题

有以下语句:int b;char c[10];,则正确的输入语句是______。

A.scanf("% d % s", &b, &;
B.scanf("% d % s", &b, ;
C.scanf("% d % s", b, ;
D.scanf("% d % s", b, &;