|
What ISO describes the reverse() function ?? and when looking at the code, I can't seem to figure out, why the second argument should be: sentence + strlen (sentence) shouldn't this be something like strlen (sentence)
I would guess the first one, would return the string which gets the length of it appended in the end.. An argument I dont see any use for in any function.
|