Vidyalelo
Data Structure · Q10

Arrays in Data Structures

Programming · Data Structure · question 10

Q10

What is the correct way to access the third element of an array?

A.
array[2]
Answer
B.
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