#include<stdio.h> · #include<ctype.h> · int main() · { · char c=getchar(); · if(isdigit(c))//function isdigit() to check whether I/P is digit, returns 1 if true. · {.
確定! 回上一頁