Calculate address of 47th element of array where base address is 108, where words per memory cell is 4 and array is Declared as A[1000].
Answers
Answered by
14
Answer:
a[47]=108+4(47-i)
where i is the first lower bound element.
Explanation:
see the row major and column major formula
Similar questions