

InterviewSolution
Saved Bookmarks
1. |
If a matrix has 11 elements, then the order of the matrix can be _____A. `5xx6`B. `6xx5`C. `10xx1`D. None of these |
Answer» Correct Answer - D Since the matrix contain 11 elements, `1xx11 or 11 xx 1` are possible orders. |
|