If Matrix A is of order X*Y and Matrix B is of order M*N, then what is the order of the Matrix A*B given that Y=M?
(a) Y*N
(b) X*M
(c) X*N
(d) Y*M
The question was asked during an internship interview.
The origin of the question is Recursion topic in section Recursion of Data Structures & Algorithms II