If we declare a 2D array as follows: int a[20][7], then which element will a[15] refer to?
a) The 15th row of the array
b) The 15th column of the array
c) The 15th element of the first row
d) The 15th element of the second column