

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