Question:Which of the following member functions can be used to add an element in an std::vector?
A add B front C push D push_back
+ AnswerD
+ Report