 |
Reverse a String » My Tech Interviews
Question: Reverse a string in C using as little additional memory as possible. Answer: The first solution needs the size of a char and size of two integers, all of which will be allocated from the stack. This solution is the most commonly accepted “good”
www.mytechinterviews.com |
 |