Introduction - If you have any usage issues, please Google them yourself
Classification function, where the library to ctype.h int called isalpha (int ch) if ch is a letter (' A' -' Z ' ' a' -' z' ) returns a nonzero value, otherwise it returns 0 int isalnum (int ch ) if ch is a letter (' A' -' Z ' ,' a' -' z' ) or numbers (' 0 ' - ' 9' )