#include #include void main() { if( isalpha( getchar() ) ) { printf( "is alphabetic\n" ); } }