Vidyalelo
C++ Programming · Q76

C++ miscellaneous

Programming · C++ Programming · question 76

Q76

Which of the following function is used to insert an element at the end of a vector?

A.
push_back()
Answer
B.
pop_back()
C.
front()
D.
end()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board