Which of the Following Statements Declares Alpha to Be an Array
Question 11
Multiple Choice
Which of the following statements declares alpha to be an array of 25 components of the type int?
A) int alpha[25];
B) int array alpha[25];
C) int alpha[2][5];
D) int array alpha[25][25];