Caseware Interview Question

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

Interview Answer

Anonymous

Nov 28, 2024

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