Programming - Arrays - Discussion

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

 



Q.

Suppose you have the following declaration:
char nameList[100];
Which of the following ranges is valid for the index of the array nameList?
(i) 1 through 100
(ii) 0 through 100                         


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

Answer: Option B
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion