你可能感兴趣的试题
strcpy(str2,str1) strcpy(str3,str1) strcpy(str4,str1) strcpy(str5,str1)
strcpy(strl,"people"); strcpy(str2,"people"); strcpy(str3,"people"); strcpy(str4,"people");
strcpy(str2,str1) strcpy(str3,str1) strcpy(str4,str1) strcpy(str5,str1)
将串str1复制到串str2中后再连接到串str3之后 将串str1连接到串str2之后再复制到串str3之后 将串str2复制到串str1中后再将串sir3连接到串str1之后 将串str2连接到串str1之后再将串str1复制到串str3中
strcpy(str 1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
strcpy(str2,str1) strcpy(str3,str1) strcpy(str4,str1) strcpy(str5,str1)
strcpy(str1,"Hellol"); strcpy(str2,"Hello2"); strcpy(str3,"Hello3"); strcpy(str4,"Henllo4");
strcpy(str2,str1) strcpy(str3,str1) strcpy(str4,str1) strcpy(str5,str1)
strcpy(strl,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
strcpy(str1,"Hello1"); strcpy(str2,"Hello2"); strcpy(str3,"Hello3"); strcpy(str4,"Hell04");
strcpy(str1,"Hello1"); strcpy(str2, "Hello2"); strcpy(str3, "Hell03"); strcpy(str4, "Hell04");
strcpy(str1,"HELLOI"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLOY"); strcpy(str4,"HELLO4");
strcpy(str 1,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
将申str1拷贝到串str2中后再连接到申str3之后 将串str1连接到中str2之后再拷贝到串str3之后 将串str2拷贝到串str1中后再将串str3连接到串str1之后 将串str2连接到串str1之后再将串str1拷贝到串str3中
strcpy(strl,"HELLO1"); strcpy(str2,"HELLO2"); strcpy(str3,"HELLO3"); strcpy(str4,"HELLO4");
strcpy(str1,"Hell01"); strcpy(str2,"Hell02"); strcpy(str3,"Hell03"); strcpy(str4,"Hell04");
strcpy(strl,"people"); strcpy(str2,"people"); strcpy(str3,"people"); strcpy(str4,"people");