Vidyalelo
C++ Programming · Q56

Arrays and Strings in C++

Programming · C++ Programming · question 56

Q56

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

A.
array[6];
Answer
B.
array[7];
C.
array(7);
D.
array;

Answer: Option A

Solution

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