在字串這一章中,我們已經介紹過兩種C語言的字串:字串陣列與字串指標,請參考下面的 ... for(i=0;i<numString;i++) { printf("String %d = ", i+1); scanf(" %[^\n]", ...
確定! 回上一頁