

InterviewSolution
Saved Bookmarks
1. |
The element in the second row of the matrix `[{:(a,b,c),(1,2,3),(5,6,d):}]` are ______A. 1,2,3B. a,1,5C. b,2,6D. 5,6,d |
Answer» Correct Answer - A The number in the second row are numbers in second horizontal line. |
|