你可能感兴趣的试题
strcpy(str1,"HELLO1"); strcpy(str2."HELLO2"); strcpy(str3."HELLO3"); strcpy(str4."HELLO4");
strcpy(str1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4")
strcpy(str1,"Hello1"); strcpy(str2,"Hello2"); strcpy(str3,"Hello3"); strcpy(str4,"Hello4");
strcpy(str1,"Hellol"); strcpy(str2,"Hello2"); strcpy(str3,"Hello3"); strcpy(str4,"Henllo4");
strcpy(str1,"Hello1"); strcpy(str2,"Hello2"); strcpy(str3,"Hello3"); strcpy(str4,"Hell04");
static char str[]="China"; static char str[];str="China"; static char str1[5],str2[]={"China"};str1=str2; static char str1[],str2[];str2={"China"};strcpy(str1,str2);
strcpy(str1,"HELLOI"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLOY"); strcpy(str4,"HELLO4");
strcpy(str1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4")
char nm[10]; nm="C Program"; char str1[10]="computer",str2[10]; str2=str1; char str[7]="siring!"; char sp[]="Hello!";
strcpy(str1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str 4,"HELLO4");
static char str[]="China"; static char str[];str="China"; static char str1[5],str2[]="China";strl=str2; static char str1[],str2[];str2="China";strcpy(str1,str2);
strcpy(str1,"Hello1"); strcpy(str2, "Hello2"); strcpy(str3, "Hell03"); strcpy(str4, "Hell04");
strcpy(str1,"Hell01"); strcpy(str2,"Hell02"); strcpy(str3,"Hell03"); strcpy(str4,"Hell04");
strcpy(str1,"Hell01"); strcpy(str2,"Hell02"); strcpy(str3,"Hell03"); strcpy(str4,"Hell04");
char nm[10]; nm="C Program"; char str1[10]="computer",str2[10]; str2=str1; char str[7]="string!"; char sp[]="Hello!";