0
How can i remove adjacent repeating words in a sentence using C language without 2D array
I want the full code plz!
1 Réponse
+ 3
You can do a shift
You save the indexes of the beginning and the end of the word, then you search the beginning of the next different word and you shift the end of the string to the left inside of the array