Domanda di colloquio di HCLTech

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

Risposta di colloquio

Anonimo

18 nov 2011

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