Q: 1. Let A be a dimensional array declared as follows A:[1....10][1.....15] of integers. Assume that each integer takes one memory location, the array is stored in row-major order and the first element of the array is stored at location 100, what is the address of the element A[i][j]?