1.

Which of the following accesses the ninth element stored in array?

A. array;
B. array[8];
C. array[7];
D. array(10);
E. None of these
Answer» C. array[7];


Discussion

No Comment Found

Related MCQs