Posts by J.D.Salinger • 31 points
1 post
-
3
votes2
answers1554
viewsQ: How to clear the array name so it doesn’t end up with the rest of the previous strings
#include <iostream> #include <string.h> using namespace std; int main() { int condicao; cin >> condicao; //Determina o tamanho do vetor…