C Program To Check Whether a Character is Vowel or Consonant
Satish B
http://technotip.com/6920/c-program-to-check-whether-a-character-is-vowel-or-consonant/
Lets write a C program to check whether user entered character is a vowel or a consonant.
Note: Lowercase English alphabets a, e, i, o, u and uppercase English alphabets A, E, I, O, U are called Vowels. All other alphabets are called Consonants.
In the background, c program checks the ASCII value present in variable ch with the ASCII values of a, e, i, o, u, A, E, I, O, U.
C Programming Interview / Viva Q&A List http://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=lJSmUKw3cMM
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
5705020 Bytes