1.[15] Suppose we have a byte-addressable machine, i.e., cach byte is accessed via an address. Let the locations of an array be allocated in a row-major manner. In a program segment, we declare an PPby
int PP[20,30];
Let each integer take 4 bytes and the location of this array start with address 1000. Please answer the following questions: