如有定义char a[10], *b=a; 不能给数组a输入字符串的语句是__________。 A、gets(a);; B、gets(a[0]);; C、gets(&a[0]);; D、gets(b); 发布时间:2025-08-19 03:22:11