单项选择题
A、 hello, B、 new worldhello C、 new world D、 hello,rid
A、 strcpy(str2,str1) B、 strcpy(str3,str1) C、 strcpy(str4,str1) D、 strcpy(str5,str1)
A、 double x[5]=2.0,4.0,6.0,8.0,10.0; B、 int y[5.3]=0,1,3,5,7,9; C、 charc\[]='1','2','3','4','5'; D、 char c2[]='\x10','\xa','\x8';