Q.
An array A[15][20] is stored in memory. Each element is of integer type. If ther base address is 600 determine the address of A[8][13] when the array is stored as row major wise
[A]
746
[B]
946
[C]
1146
[D]
None of the above
Answer & Explanation
Option: [B]