1.

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

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


Discussion

No Comment Found