Example 1: isdigit in c #include #include int main() { char c; c='0'; printf("Result when numeric character is passed: %d", isdigit(c)); c='+'; p.
確定! 回上一頁