Q2
How do you access the third element of an array named 'arr' in C++?
A.
arr(3)
B.
arr[3]
C.
arr[2]
AnswerD.
arr(2)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board