Posts by Junior • 31 points
1 post
- 
		3 votes1 answer66 viewsQ: Storing a character in the vectorFor some reason, the program is not keeping the character in the vector, as it should be stored, it is skipping the first character. For example: // Declarando o vetor char novosValores[4] = {0};…