Vidyalelo
C++ Programming · Q29

Arrays and Strings in C++

Programming · C++ Programming · question 29

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
Answer
D.
Array indices start from 1

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board