Q22
Which of the following is used to access the first element of an array in C++?
A.
arr.front()
B.
arr[0]
AnswerC.
arr.begin()
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board