下面程序的输出结果是 ( )   # include<stdio.h>  # include<string.h>  { char * p1="abc" , * p2=" ABC ",str[50]="xyz";    strcpy(str+2.strcat

admin2009-04-15  23

问题 下面程序的输出结果是 ( )   # include<stdio.h>  # include<string.h>  { char * p1="abc" , * p2=" ABC ",str[50]="xyz";    strcpy(str+2.strcat (pi,p2));    printf("%s\n",str);}

选项 A、xyzabcAB
B、zabcABC
C、yzabcABC
D、xycbcABC

答案8

解析
转载请注明原文地址:https://kaotiyun.com/show/liXp777K
0

最新回复(0)