Solved

Which Statement Declares IntList to Be an Empty Vector

Question 16

Multiple Choice

Which statement declares intList to be an empty vector?


A) vector intList() ;
B) vector<int> intList(0) ;
C) vector<int> intList(10) ;
D) vector<int> intList;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions