What is the use of vector in C++ language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the use of vector in C++ language?

5th Feb 2017, 5:12 PM
Ajay Kumar Singh
Ajay Kumar Singh - avatar
2 Answers
+ 3
They are almost the same as arrays but they allow you to change dinamically their size. Compared to arrays, vectors are more flexible but they also consume more memory.
5th Feb 2017, 6:06 PM
Jorge Moron
Jorge Moron - avatar
0
henchmen to b
28th Mar 2017, 5:11 PM
Manoj Patil
Manoj Patil - avatar