

InterviewSolution
Saved Bookmarks
1. |
If a matrix contains 8 elements, then the order of the matrix can be _____A. `2xx4`B. `4xx2`C. `1xx8`D. All of these |
Answer» Correct Answer - D Since a matrix contains 8 elements, `2xx4 or xx2 or 1xx8 or 8xx1` are possible orders. |
|