单项选择题
下面程序执行后如果输入的是abcdef则结果是()
#include
main()
{
char a[7];
scanf(""%s"",a);
printf(""%c"",a[2]);
}
A.a
B.b
C.c
D.d
点击查看答案&解析
相关考题
