Question: 1. (6 points) Write a C function definition (named vowels) that takes two (input) C String 3. parameters - named str and result. Your function
1. (6 points) Write a C function definition (named vowels) that takes two (input) C String 3. parameters - named str and result. Your function copies all of (and only) the vowels from the string str to the string result - starting at index 0. Remember to "terminate" result. char char*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
