how to declare a vector in c++?
Answers
Answered by
0
Begin Declare v of vector type. Call push_back() function to insert values into vector v. Print “Vector elements:”. for (int a : v) print all the elements of variable a
If it is helpful to you then plzz follow me and mark me as brainlist.
Thank ♥
Similar questions