Q10
What is the correct way to access the third element of an array?
A.
array[2]
AnswerB.
array[3]
C.
array(2)
D.
array.get(2)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board