Programming - Arrays - Discussion

You Are Here :: Home > C++ Language > Arrays - Discussion

 



Q.

Which of the following declares alpha to be an array of 25 components of the type int?
(i) int alpha[25];
(ii) int array alpha[25];                         


A. Only (i) B. Only (ii)
C. Both (i) and (ii) D. None of these

Answer: Option C
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion