Skip to main content

All Questions

Tagged with
4 votes
1 answer
4k views

Implement a string in reverse using pointers and recursion

I'm trying to reverse a string using pointers and recursion, and I send it a char array. Is this the best way, or is there a better one? ...
canatan's user avatar
  • 43