Question: Write a C program that include the following: i . A function that reads a string from the keyboard with the following prototype: void readString
Write a C program that include the following:
i A function that reads a string from the keyboard with the following prototype: void readString char str;
ii A function that prints a string with the following prototype : void printIStringchar str;
iii. A function that counts the vowel letters in a string: int countVowel char str;
iv A main function that Declares string named str:
Calls readString to read str
Calls printIStringt to print str
Calls countVowel to count how many vowel letter in str
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
