islower
函數原型: int islower(int c);
所需標頭檔: ctype.h
功能:測試是否小寫字母。
返回值:如果 c 是一個小寫字母(a~z),則返回一個非0值;否則返回0。
toupper
函數原型: int toupper(int c);
參數: c 要轉換的字元。
所需標頭檔: ctype.h
功能:將字元轉換為大寫字母。
返回值:返回轉換結果。
Isupper
函數原型: int isupper(int c);
所需標頭檔: ctype.h
功能:測試是否大寫字母。
返回值:如果 c 是一個大寫字母(A~Z),則返回一個非0值;否則返回0。
tolower
函數原型: int tolower(int c);
參數: c 要轉換的字元。
所需標頭檔: ctype.h
功能: 將字元轉換為小寫字母。
返回值: 返回轉換結果。
MEW & CELEBI arceus & mewtwo
| ID | User | Problem | Subject | Hit | Post Date |
沒有發現任何「解題報告」 |
|||||