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

设有以下语句: char str1 []="string"mstr2 [8],*str3,*str4=="string"; 则 ______不是对库函数的正确调用。

查看本题答案

你可能感兴趣的试题

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

热门试题

更多