Posts by Juathan Duarte • 21 points
1 post
-
0
votes1
answer94
viewsQ: C - How to remove a word from a String
So, I have to remove a word from a String, already add with this code: printf("Digite o nome: \n"); scanf("%s", &temporaryVector); getchar(); lettersName = strlen(temporaryVector);…