Caseware interview question

How to reverse a string in place without using any extra memory.

Interview Answer

Anonymous

28 Nov 2024

Normal string reverse in c, use the \0 character to to swaps.