Question d’entretien chez Capgemini

I was asked to reverse a string without using any string functions.

Réponse à la question d'entretien

Utilisateur anonyme

11 févr. 2021

I used null character check to run a while loop to check string length and from there used another array to reverse.