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

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
Get step-by-step solutions from verified subject matter experts
