有以下定义:char a[10],*p=a;不能给数组a输入字符串的语句是( )。(本题1.0分)
A、 gets(a)
B、 gets(a[0])
C、 gets(&a[0])
D、 gets(p)
出自:河北建筑工程学院-电气工程及其自动化-计算机程序设计(专升本)