[单选题]

以下程序段运行时______。 char x[10],y[]="China"; x=y; printf("%s",x);

A.将输出China

B.将输出Ch

C.将输出Chi

D.编译出错

参考答案与解析: