#include #include void main() { if( isalnum( getchar() ) ) { printf( "is alpha-numeric\n" ); } }