当前位置: X题卡 > 所有题目 > 题目详情

函数调用strcat(strcpy(str1,str2),str3)的功能是( )。

查看本题答案

你可能感兴趣的试题

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");  

热门试题

更多