Question: Write a program to ask the user to enter a word (not more than 20 characters). Store the data in the char array w[]. Next,
Write a program to ask the user to enter a word (not more than 20 characters). Store the data in the char array w[]. Next, the program calls function search() to determine the number of consonants and print the results to the terminal screen. in C
(Note: Blank spaces and newline characters should be ignored. Only one char array may be used. A consonant is any letters that is not a vowel, such as a, e, i, o, u, A, E, I, O, U.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
