Assume in a byte machine. A is an array declared as
A[-1:m, 2:n] and each element occupied 3 bytes. The
address of A[3,5] ia at 180 and A[5,3] is at 138. Find
the address of the element A[-1,2]
這題想不太出來
我用Row major和Column major算出來的結果不一樣,請問要怎麼判定呢?
還請各位替小弟解惑~謝謝!!