#include
void main()
char ch;
printf("enter any character");
scanf("%s",&ch);
if(ch==a||ch==e||ch==i||ch==o||ch==u)
{
printf("character is vowel");
}
else
{
printf("character is consotant");
}
getch();
}
home tips,Kitchen recipes, Web server tips, Websites tricks, Money Tricks, Windows Tricks, Hacking Tricks
No comments:
Post a Comment