

InterviewSolution
Saved Bookmarks
1. |
The element in the first row and second column of the matrix `[{:(4,5,6),(7,8,9):}]` is _______A. 7B. 8C. 5D. 6 |
Answer» Correct Answer - C (i) Draw the first horizontal line. (ii) Draw the second vertical line. (iii) The required element in the element on which the above two line meet. |
|