‹ Back to the paper
A matrix `MAT[10][15]` is stored in the memory in Row Major Wise with each element requiring 2…
A matrix `MAT[10][15]` is stored in the memory in Row Major Wise with each element requiring 2 bytes of storage. If the base address at `MAT[1][2]` is 2215, then the address of `MAT[3][7]` will be:
- (a)2285
- (b)2315
- (c)2319
- (d)None of the above
Answer
No answer yet.
From ISC 2022 Computer Science - Specimen paper (Semester 1), Paper 1, question 12.