Question: Void consonantVowel(char *str) - This function will print out the number of consonants and vowels in the string. For example, a call to this function
Void consonantVowel(char *str) - This function will print out the number of consonants and vowels in the string. For example, a call to this function on the string "Hello", will print Consonants: 3, Vowels 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
