以下程序的输出结果是 ( ) #include<string.h> main() {char s1[]="123",s2[]="abc",ss[20]="010"; strcat(ss+1,strcpy(s2,

admin2009-02-15  35

问题 以下程序的输出结果是  (    )    #include<string.h>    main()    {char  s1[]="123",s2[]="abc",ss[20]="010";          strcat(ss+1,strcpy(s2,s1));          printf("%s\n",ss);    }

选项 A、10123
B、0abc
C、1123
D、01abc

答案1

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

最新回复(0)