单项选择题

有以下定义:   #include <stdio.h>   char a[10],*b=a;   不能给数组a输入字符串的语句是( )。

A.gets(a)
B.gets(a[0])
C.gets(&a[0]);
D.gets(b);