选择题
有以下程序段:
char a[3], b[]='China';
a=b;
printf('% s', a);
则______。
A、
运行后将输出China
B、
运行后将输出Ch
C、
运行后将输出Chi
D、
编译出错
【正确答案】
D
【答案解析】
提交答案
关闭