

InterviewSolution
Saved Bookmarks
1. |
Write all the possible orders of the matrix containing 6 elements. |
Answer» The possible orders for the matrix that contain six element are `1xx6,2xx3,3xx2 and 6xx1` | |