Computer Science, asked by sohail333, 5 months ago

how to declare a vector in c++?​

Answers

Answered by ItzDaminicutie
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