

InterviewSolution
Saved Bookmarks
1. |
The elements in the second column of the matrix `[{:(0,5,3),(-5,0,2),(-3,-2,0):}]` are _______A. 0,0,0B. 5,0,-2C. 3,2,0D. None of these |
Answer» Correct Answer - B Second column elements in the given are 5,0,-2. |
|