单选题
下面程序的输出结果是( )。 #include<iostream.h> #include"stdng.h" void main() { char a[]="welcome",b[]="well"; strcpy(a,b); cout<<a<<endl; }
A、
wellome
B、
wellcom
C、
well
D、
wellwe
【正确答案】
C
【答案解析】
提交答案
关闭