Write a program to read a matrix (maximum size 10 × 15) from the user and display the subscripts of the maximum element in the matrix. Your program should consist of two procedures: main is responsible for reading the input matrix and for displaying the position of the maximum element. Another procedure mat_max is responsible for finding the position of the maximum element. Parameter passing should be done via the stack. For example, if the input matrix is
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here