adplus-dvertising
frame-decoration

Question

Pick out the correct statement about vector.

a.

vector<int> values (5)

b.

vector values (5)

c.

vector<int> (5)

d.

none of the mentioned

Answer: (a).vector<int> values (5)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Pick out the correct statement about vector.