Question: WRITTEN IN C 2. (10 points) Write a function unsigned int count vowels (char *str) that accepts a null terminated string and prints the number

WRITTEN IN C

WRITTEN IN C 2. (10 points) Write a function unsigned int count

2. (10 points) Write a function unsigned int count vowels (char *str) that accepts a null terminated string and prints the number of vowels in the string. Both lower and upper case vowels must be counted. The function must not modify the input string. Sample input and expected output: 2 str Expected return value "Hello World" 3 9999 0 "abcdefghijklmnopqrstuvwxyz" 5

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!