
#include<stdio.h>
#include<conio.h>
void main()
{
char c;
printf("\n Enter the alphabet:");
scanf("%s",&c);
if(c=='a'|| c=='e'|| c=='i'|| c=='o'|| c=='u')
{
printf("\n alphabet is vowel");
}
else
{
printf("\n alphabet is not vowel");
}
getch();
}
Where Your Need Ends
About The Author
He has interest in programming in C, C++ and Java. He has been programming since 2007. He is the Founder of "Era of Skills".
You can follow him on Facebook