char *strcat(char *s1, const char *s2);. DESCRIPTION. The strcat() function appends a copy of the string pointed to by s2 (including the terminating null ...
確定! 回上一頁