C program to check whether a character is VOWEL or CONSONANT using switch
belongs to collection: C programming switch case Examples/Programs
All Answers
total answers (1)
belongs to collection: C programming switch case Examples/Programs
total answers (1)
Check VOWEL or CONSONANT program using switch
Output
First Run: Enter a character: E E is a VOWEL. Second Run: Enter a character: X X is a CONSONANT. Third Run: Enter a character: + + is not an alphabet.
need an explanation for this answer? contact us directly to get an explanation for this answer