Q29
Which of the following statements is true about array indices in C++?
A.
Array indices must be of type 'int'
B.
Array indices can be negative
C.
Array indices start from 0
AnswerD.
Array indices start from 1
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board