CS-304 Final Term Exams Preparation Virtual University MCQs With Answers

Question # 1
Suppose you create an uninitialized vector as follows:
vector evec; After adding the statment, evec.push_back(21); what will happen?

Choose an answer