单项选择题

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

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