x

C program to find whether given character vowel or not

What is Vowel?


The characters such as ‘a’, ‘e’, ‘i’, ‘o’, ‘u’ are called vowels.


C program to find whether given character is a Vowel or not:

Output:

Please enter a character

a

The entered character a is a vowel.

 



Like it? Please Spread the word!