View Single Post
Go4Expert Founder
11Feb2008,18:18  
shabbir's Avatar
Code:
   char c;
   scanf( "%c", &c );
   if( isalpha(c) )
     printf( "You entered a letter of the alphabet\n" );