使用指針連接字符串

/**************** 使用指針連接字符串 *******************/ #include <stdio.h> #define N 40 char * MyStrcat(char *dstStr,char *srcStr)        //聲明一個返回指針指的函數,前面多一個* {     char *pStr = dstStr;        //保存字符串首地址指針
相關文章
相關標籤/搜索