write a c++ for the following.
donot copy from other sites. Solve this question without using pointers.
Take a Boolean 2D array of 10X10, where each row is sorted from the user, Find the row with the
maximum number of 1s.Example:Input matrix0 1 1 10 0 1 11 1 1 1 // this row has maximum 1s0 0 0 0Output: 2
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here