Vidyalelo
Data Structure · Q36

Arrays in Data Structures

Programming · Data Structure · question 36

Q36

What is the correct syntax to access the third element of an array in C?

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