Vidyalelo
C++ Programming · Q65

Arrays and Strings in C++

Programming · C++ Programming · question 65

Q65

What is the index number of the last element of an array with 9 elements?

A.
9
B.
8
Answer
C.
0
D.
Programmer-defined

Answer: Option B

Solution

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