单项选择题下列关于类和对象的叙述中,错误的是( )。
单项选择题下面程序的输出结果是( )。 #include<iostream.h> #include string.h void main() {char a[]= Hello Test ,b[]= Test ; strcpy(a,b); cout<<a<<end1; }