#include<stdio.h>
#include<conio.h>
void main()
{
char l;
clrscr();
printf("Enter Any Numbers/Characters :  ");
scanf("%c",&l);
 if(( l >= 'a' && l<= 'z') || ( l>= 'A' && l<= 'Z'))
 {
 printf("Your Character is %c Alphabate",l);
 }
else
{
 printf("Your Number is %c Digit",l);
 }
getch();
}
INPUT
Enter any Number/Characters : c
OUTPUT
Your Character is c Alphabate

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA