单项选择题

若有定义chara[10],*b=a;不能给数组a输入字符串"youknow"的语句是()

A.gets(a);
B.scanf("%s",a);
C.gets(&a[0]);
D.gets(b);