Posts by Pedro Henrique Alves Moura • 11 points
1 post
-
0
votes1
answer48
viewsQ: I’m having a problem running a repeat on C
Description of the issue: "Implement the function below that takes a string and compresses it into a single character, any set of consecutive repeated characters." function: char *strpack(char *s)…