Consider the following statement: ∫ α[25][10];. Which of the following statements is true about α?
a) α is a two-dimensional array with 25 rows and 10 columns.
b) α is a one-dimensional array with 25 elements, each element containing a 10-dimensional array.
c) α is a pointer to a two-dimensional array with 10 rows and 25 columns.
d) α is a pointer to a one-dimensional array with 10 elements, each element containing a 25-dimensional array.