this is the question what asked in my exam is: "write cource code of a character taken from user is alphanumeric or not."
alphanumeric means--> A-Z | a-z | 0-9 (alphabetic or numeric) if it is return true or someting. help me to solve this question please..
in summary we will build isalnum() function ourselves.(with #define macros)