Saved Bookmarks
| 1. |
An array arr[15][20] is stored in the memory along the row with each element occupying 4 bytes. Find out the base address and address of the element arr[3][2], if the element arr[5][2] is stored at the address 1500. |
| Answer» | |