Vidyalelo
C++ Programming · Q483

C++ miscellaneous

Programming · C++ Programming · question 483

Q483

Which of the following will return the new element at the end of container?

A.
front
B.
back
Answer
C.
push_back
D.
pop_back

Answer: Option B

Solution

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