Q36
What is the correct syntax to access the third element of an array in C?
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