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()

1 thought on “Which of the following function is used to insert an element at the end of a vector?”

Leave a Comment