An array a[20][30]is stored along the row in memory with each element requiring 4 bytes of storage . if the base address or array a is 3200, find out the lotion of a [15][10].also,find the total number of elements present in this array
VedaantArya:
Total elements = 20 * 30 = 600. I'm guessing in the other part: 3200 + (15) * 30 + 10 = 3200 + 450 + 10 = 3660.
Answers
Answered by
1
The answer is as given below ...
Attachments:
Similar questions