| Refresh | Home EGTry.com


//is a alphabetic character
int low_case=isalpha('z');
int up_case=isalpha('A');
int not_alpha=isalpha('1');