Question: Language is C++ 6) Write a function that takes two parameters, a string and a character. The function should return how many times the character
Language is C++

6) Write a function that takes two parameters, a string and a character. The function should return how many times the character occurs in the string. Here is the function prototype: int: sind (string sr, char letior) string word 1 = "aardvark word2="cat cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
