

InterviewSolution
Saved Bookmarks
1. |
The element in the third column of matrix `[{:(1,5,10),(3,6,11),(4,7,12):}]` are _____A. 1,3,4B. 10,11,12C. 5,6,7D. 4,7,12 |
Answer» Correct Answer - B The numbers in the third column are numbers on the third vertical line. |
|