2010年8月4日 ... 串接函式strcat strcat 此函式用來連接兩字串合併成單一字串,直接看底下範例: /* strcat example */ #include #include int main () { char str; strcpy ...
www.google.com.tw