单项选择题

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

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