Question: Define a function ,(c++) for an array of strings, the size of array, and a char, find out the number of strings that starts with
Define a function,(c++) for an array of strings, the size of array, and a char, find out the number of strings that starts with this char. Note that there might be empty strings in the array.
After defining this function, define an array of strings with values "apple", "banana", "orange", call the above function to find out the number of strings starting with letter 'a'.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
