Question d’entretien chez HCLTech

reverse a string using recursion with only one argument and one return statement.

Réponse à la question d'entretien

Utilisateur anonyme

18 nov. 2011

it is good to reverse smaller strings with recursion but not for larger strings.