下面程序的输出结果是( )。 #include main() {char pl[20]=”abc”,*p2=”ABC”,str[50]=”xyz”; strcpy(str+2,strcat(p1,

admin2019-04-03  31

问题 下面程序的输出结果是(    )。
     #include
      main()
       {char pl[20]=”abc”,*p2=”ABC”,str[50]=”xyz”;
         strcpy(str+2,strcat(p1,p2));
          printf(“%s\n”,str);
        }

选项 A、zabcABC
B、xyzabcABC
C、yzabcABC
D、xyabcABC

答案A

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

最新回复(0)