hmatt4896 hmatt4896 25-01-2024 Computers and Technology contestada 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 arrayb) The 15th column of the arrayc) The 15th element of the first rowd) The 15th element of the second column