Check a Character is Vowel or not Using C programming. The following program uses switch case to check all the vowels.
OUTPUT:
Enter Single Character: I I is a vowel
Check a Character is Vowel or not Using C programming. The following program uses switch case to check all the vowels.
Enter Single Character: I I is a vowel