Posts by Everaldo • 13 points
1 post
- 
		1 votes2 answers41 viewsQ: When I try to display the values of a vector some more zeroes appearI want to display some values of my vector, but before displaying the values are appearing some zeros. #include <iostream> #include <vector> using namespace std; int main(){ int…