Q56
Which of the following accesses the seventh element stored in array?
A.
array[6];
AnswerB.
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