在字串這一章中,我們已經介紹過兩種C語言的字串:字串陣列與字串指標,請參考下面的程式: ... 首先是實作計算字串長度的函式: int strlen(const char *s) { int n; ...
確定! 回上一頁