Which of the following statementsdeclares alpha to be an array of 25components of the type int?
a.
int alpha[25];
c.
int alpha[2][5];
b.
int array alpha[25];
d.
int array alpha[25][25];
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following statementsdeclares alpha to be an array of 25components of the type int? a. int alpha[25]; c. int alpha[2][5]; b. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Which of the following statementsdeclares alpha to be an array of 25components of the type int? a. int alpha[25]; c. int alpha[2][5]; b. int array alpha[25]; d. int array alpha[25][25];