edited by
715 views
2 votes
2 votes
Q.Consider a 2 dimensional array A[40 ... 95, 40 ... 95] in lower triangular matrix representation. If the array is implemented in the memory in the form of row major order and base address of the array is 1000, then the address of A[66][50] will be ________.
edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
Shamim Ahmed asked Dec 11, 2018
1,248 views
Given a 2D array A[40….95, 40...95] in lower triangular representation, size of each element is 1 ByteArray implemented in row major order, base address is 1000Address ...
1 votes
1 votes
1 answer
3
shivangi5 asked Dec 12, 2017
663 views
Options areTI==(P/Q*i-1)Ti==(P/Q*i+1)Ti==(P/Q*(i-1)-1)Ti==(P/Q*(i+1)-1)