Amdocs interview question

Reverse words in a given string Example: Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”

Interview Answer

Anonymous

24 May 2015

I gave them the code

2