

InterviewSolution
Saved Bookmarks
1. |
Which of the following is a `2xx1` matrix ?A. [a,b]B. `[{:(a),(b):}]`C. `[{:(a,b),(c,a):}]`D. None of these |
Answer» Correct Answer - B The order of `[{:(a),(b):}]` is `2xx1` |
|