So:
Byte address of a[4] = address of a [0] +4 * number of bytes occupied by array element type = a+4 * number of bytes occupied by plastic type = a+4 * 4 = a+ 16.
Strictly speaking, this question should give the word length of the computer. 16-bit and 32-bit computers have different results. The above results are the results of a 32-bit computer. At this time, the number of bytes occupied by the plastic type is 4. If the number of bytes occupied by plastic type is 2 for 16-bit computer, the answer should be a+4 * 2 = a+8.