Question: Write in C program Please do as first as possible Please 5. Take a string as an input from the user where user will provide

Write in C program

Write in C program Please do as first as possible Please 5.

Please do as first as possible

Please

5. Take a string as an input from the user where user will provide all lowercase letters. Now create a function that will convert all the vowels from lowercase to uppercase. Print the modified string. The function will also find out how many consonants are there. Write the full code. Do not use any built-in function Function Prototype: void string_modifier (char *p); Example: Input String: dhaka is a capital city Modified String: dhAKA Is A cApItAl city Number of consonants: 11

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!