C語言字符函數----strcat(字符串拼接)

C語言字符函數----strcat(字符串拼接) 函數名:strcat 功 能:字符串拼接 舉 例:將first_str與second_str進行拼接! #include<string.h> #include<stdio.h> int main() { char first_str[20]=「hello 「; char *second_str=」 world」; printf(「原字符串—%s\n
相關文章
相關標籤/搜索