Posts by user43054 • 23 points
1 post
-
2
votes3
answers3377
viewsQ: How to eliminate excess spaces in a string?
C code to remove strings spaces is not working. It stops at execution. #include <stdio.h> #include <stdlib.h> #include <string.h> void removerSpacos(char str[]) { int i, j; int tam…