Vidyalelo
Data Structure · Q1020

Miscellaneous on Data Structures

Programming · Data Structure · question 1020

Q1020

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
Answer
D.
Y*M

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board