Powered by Blogger.

Translate

Tuesday, June 26, 2012

Home » » character c++

character c++

#include
#include
main()
{
long int ch;
printf("Enter any characher=");
scanf("%d",&ch);
if(ch>=0 && ch<=9999)
printf("The entered number is numerical");
else
printf("The entered number is character");
fflush(stdin);
getchar();
}
Share this games :

0 comments:

Post a Comment