| Refresh | Home EGTry.com


//is digital between 0 and 9
int zero=isdigit('0');
int nine=isdigit('9');
int not_digital=isdigit('a');