char *strcat( char *dest, const char *src ); char *strncat( char ... strncat(s4, s3, 4); printf("s3: %s\ns4: %s\n", s3, s4); return 0; }.
確定! 回上一頁