

InterviewSolution
Saved Bookmarks
1. |
The order of the matrix `[{:(a),(b),(c ),(d):}]` is _______A. `5xx1`B. `2xx3`C. `1xx4`D. `4xx1` |
Answer» Correct Answer - D Order of a matrix = Number of rows `xx` Number of columns. |
|