Question: Vowels: C++ program : Write a function that accepts a pointer to a C-string as its argument. The function should count the number of vowels

Vowels:

C++ program : Write a function that accepts a pointer to a C-string as its argument. The function should count the number of vowels appearing in the string and return that number. Call the function from your main and pass the same string the user entered in a) and display the number of vowels in it. For example, if the string argument is "Gravity in", the function should return 3.

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!