1.

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].

Answer»

ANSWER:

a[47]=108+4(47-i)

where i is the first lower bound element.

Explanation:

see the ROW major and column major formula



Discussion

No Comment Found