All Questions
1 question
2
votes
4
answers
7k
views
What does it mean to perform an operation "In Place" for Interpreted Languages?
Programming question:
Reverse words in a string (words are separated by one or more spaces).
Now do it in-place.
What does "in-place" mean in the above context for an interpreted language like ...