Posts by user1914644 • 23 points
1 post
- 
		2 votes1 answer234 viewsQ: Print all results of a vector with a given valueI am starting the studies in C. I have a question of how to go through a vector looking for a value and print showing with printf all values found. The program I’m doing:…