Q21
What is the correct way to access the third element in an array named numbers in C#?
A.
numbers[3]
B.
numbers(3)
C.
numbers(2)
D.
numbers[2]
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board