FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include<stdio.h>

int main()
{
    char c;
scanf( "%c", &c );
if( isalpha(c) )
  printf( "You entered the alphanumeric character %c\n", c );


fflush(stdin);

getchar();

return 0;

}
12:08 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search