Question d’entretien chez Solace

How to reverse a string (in whatever language). They provided the header: void reverse(char[] string, int length)

Réponse à la question d'entretien

Utilisateur anonyme

24 janv. 2017

Loop through, store letter temporarily and switch both.