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