

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a `1xx3` matrix ?A. `[{:(1),(2),(3):}]`B. `[1,2,3,4]`C. [4,5,6]D. All the above. |
Answer» Correct Answer - C The matrix with one row and 3 columns has an order of `1xx3` |
|