InterviewSolution
Saved Bookmarks
| 1. |
An array matrix[5][5] is stored in the memory with each element occupying 4 bytes of space. Assuming the base address of matrix to be 1200, compute the address of matrix[2][4], when the array is stored : (i) row wise (ii) column wise |
|
Answer» 1. ROW WISE a MARRIAGE STORED in row wise |
|