

InterviewSolution
Saved Bookmarks
1. |
If a matrix has 7 elements, then the order of the matrix can beA. `4xx3`B. `3xx4`C. `4xx1`D. None of these |
Answer» Correct Answer - D Number of rows `xx` Number of columns=7 |
|