Solved

If the Two-Dimensional Array X Were Stored in Row-Major Order,then

Question 8

Multiple Choice

If the two-dimensional array X were stored in row-major order,then in the block of main memory containing X,which of the following would be true?


A) The entry X[1,2] would appear before X[2,1].
B) The entry X[1,2] would appear after X[2,1].
C) The entry X[1,2] would be in the same location as X[2,1].
D) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions