C語言 6習題13 編一程序,將兩個字符串鏈接起來,不要用strcat函數。

6習題13 編一程序,將兩個字符串鏈接起來,不要用strcat函數。 代碼web /*6習題13 編一程序,將兩個字符串鏈接起來,不要用strcat函數。*/ #include <stdio.h> #include <string.h> int main() { int i, j, k, m; char str1[20]={"Justin "}; char str2[]
相關文章
相關標籤/搜索