若有定义char s[10];,要求从终端给s输入5个字符,下面错误的语句是(          )。 A.

gets(&s[0]); B.

scanf("%s",s+1); C.

gets(s); D.

scanf("%s",s[1]);