Vidyalelo
C++ Programming · Q22

Introduction to C++

Programming · C++ Programming · question 22

Q22

Which of the following is used to access the first element of an array in C++?

A.
arr.front()
B.
arr[0]
Answer
C.
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