单选题 下面程序段的运行结果是( )。
char a[7]="abcdef";
char b[4]="ABC";
strcpy(a,b);
printf("%c" ,a[5]);
A.(其中
【正确答案】 D
【答案解析】