Program to Check Vowel or Consonant in C Five English alphabet letter a , e, i, o and u are known as vowels. All other alphabets are consonant. In this tutorial we will learn to implement a program in c to check whether a Character is a Vowel or Consonant using switch case. This program […]