Question: (use c++) use void function that takes a two dimensional array of characters and a number of rows and columns and returns throughtwo pointers to
(use c++)
use void function that takes a two dimensional array of characters and a number of rows and columns and returns throughtwo pointers to two integers the following
how many rows are composed of entirely of capital letters
how many columns are composed entirely of capital letters
remark
Assume that the maximum number of columns is 10
use a main that reads number of rows and columns and reads two dimensional array of characters from user with the number of rows and columns provided by a user and call the above function and prints the two results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
