Example 1: !isdigit c #include #include int main() { char c; printf("Enter a character: "); scanf("%c", &c); if (isdigit(c) == 0) printf("%c is n.
確定! 回上一頁