+ 1
What are vectors in c++;
And explain them with example
3 Antworten
+ 3
Vector is nothing but a dynamic array.
They have the ability to resize itself automatically when an element is inserted or deleted, with their storage being handled automatically by the container.
+ 2
Vinayak Dutt , you can learn almost everything about vector here👇
https://www.edureka.co/blog/vectors-in-cpp/
+ 1
Thanks Arsenic can you give an example of vectors