Top

Discussion

Consider a two dimensional array A[20][10]. Assume 4 words per memory cell, the base address of array A is 100, elements are stored in row-major order and first element is A[0][0]. What is the address of A[11][5] ?

  • A.560
  • B.460
  • C.570
  • D.575

Answer: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment