#include < stdio.h > #include < string.h > main() { char * p1, * p2,str[ 50 ] = "abcd"; p1 = "

admin2016-12-25  6

问题 #include < stdio.h >
      #include < string.h >
      main()
          { char   * p1, * p2,str[ 50 ]  = "abcd";
        p1  = "abcd"; p2 = "abcd";
        strcpy( str +1,strcat( pl,p2)) ;
      printf( "% s\n",str) ;

选项

答案Aabcdabcd

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

随机试题
最新回复(0)