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算出来的结果不一样,请问要怎么判定呢? 还请各位替小弟解惑~谢谢!!