What is the index number of the last element of an array with 9 elements?
(a) 9
(b) 8
(c) 0
(d) Programmer-defined
I have been asked this question in quiz.
The question is from Arrays topic in chapter Types, Pointers, Arrays & Structures in C++ of C++