Consider array A[1..100,1..100],in which elements are stored in Z representation. An example of 5x5 such array is shown below:
Base address of array = 1000,size of each element is 1 Byte,and stored in row major, then address of A[100][50] ?