執行 ❯
建立您
自己的
網站
×
更改方向
更改主題,深色/淺色
前往 Spaces
#include <stdio.h> #include <stdlib.h> int main() { char c = ' '; if (isblank(c)) { printf("%c is blank character", c); } else { printf("%c is not a blank character", c); } return 0; }
是一個空白字元