Question: In C Create a function: int IsVowel( char letter ); In that function, determine if the given character letter is a vowel or a consonant
In C
Create a function: int IsVowel( char letter ); In that function, determine if the given character letter is a vowel or a consonant If the given value of letter is not an ASCII letter, printout an error message Return 1 if the letter is a vowel, 0 otherwise Test with various letters and numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
