ctype.h 的函數isspace() 測試參數是否為空格,滿足條件回傳非0 的值,否則回傳0 。 以下程式接受使用者輸入字元,並且判斷是否為空格 #include <stdio.h> #include ...
確定! 回上一頁