单项选择题

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

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