458 views
0 votes
0 votes
Let A be a two-dimensional array declared as follows: A: array[1..23][1..19] of integer; Assuming that each integer takes one memory location, the array is stored in rowmajor order and the first element of the array is stored at the location. Find out the address of the address of the element A[i][j].

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
6 votes
6 votes
0 answers
2
V pandey asked Oct 8, 2022
3,018 views
Consider a multi-dimensional array A [90][30]40] with base address start at 1000, calculate the address of A[10][20][3] in row major order and column major order. Assume ...
1 votes
1 votes
1 answer
3
Balaji Jegan asked Jun 27, 2018
938 views
Can anyone please verify whether I have calculated the addresses correctly or not?
1 votes
1 votes
1 answer
4
Pankaj Joshi asked Jan 25, 2017
307 views