

InterviewSolution
Saved Bookmarks
1. |
The number of rows of the matrix `[{:(3,4),(5,6):}]` is ______A. 3B. 4C. 2D. 1 |
Answer» Correct Answer - C Cound the number of horizontal arrays of elements. |
|