

InterviewSolution
Saved Bookmarks
1. |
If a matrix has 5 elements, then write all possible orders it can have. |
Answer» Given, a matrix has 5 elements. So, possible order of this matrix are 5 x 1 and 1 x 5. |
|