Domanda di colloquio di Caseware

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

Risposta di colloquio

Anonimo

28 nov 2024

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