Question d’entretien chez Caseware

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

Réponse à la question d'entretien

Utilisateur anonyme

28 nov. 2024

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