Q. Write C Program to check whether inputted character is vowel or not as well to check character is consonant or not. What is vowel? and What is Consonant? Vowels are : a, e, i, o, u Consonants are : Other characters like d, s, m, n Following program checks whether given alphabet is vowel [...]
Posts Tagged ‘c’
Q. Write a C Program to count total number of vowels and consonants in a string. We have already studied that How to Check whether Character is Vowel or Consonant in C program What is Vowel ?: speech sound that is produced by comparatively open configuration of the vocal tract, with vibration of the vocal cords [...]
Q.: Write a C Program to check given number is Palindrome number or not. What is Palindrome Number? Palindrome number is a number which is when reversed then it is exactly same as that of original number. The following program is used to check number is a palindrome number or not Source Code: Output: Download [...]

