

InterviewSolution
Saved Bookmarks
1. |
If a matrix contain 5 rows and 3 columns, then the number of elements of the matrix is _____A. 6B. 8C. 10D. 15 |
Answer» Correct Answer - D Number of element=(Number of rows ) `xx` (Number of columns ) |
|