Is it possible to change the size of the vectors inside an array?? Is it possible to change the size of vectors
std::vector
Is it possible to change the size of the vectors inside an array?? Is it possible to change the size of vectors
std::vector
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Jun 19, 2021, 9:26 AM
Sachin SinghPosted Jun 19, 2021, 7:18 AM
Vectors are dynamic arrays that can change its size automatically when an element is inserted or deleted. This storage is maintained by container.
https://www.geeksforgeeks.org/vector-resize-c-stl/