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 printIString(char str[]);
iii. A function that counts the vowel letters in a string: int countVowel( char str[]);
iv. A main function that Declares string named str1:
Calls readString to read str1.
Calls printIStringt to print str1.
Calls countVowel to count how many vowel letter in str1.
 Write a C program that include the following: i. A function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!