Solved

The Statement ____ Creates the Vector Object VecList of Size

Question 24

Multiple Choice

The statement ____ creates the vector object vecList of size size.


A) vector[elemType] vecList(size) ;
B) vector<elemType> vecList(size) ;
C) vector(size) vecList<elementType>
D) vector{ele

Correct Answer:

verifed

Verified

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

Related Questions