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

May 24, 2015

I gave them the code

2