TATA ELXSI interview question

Q. Reverse a sentence (given an input string)

Interview Answer

Anonymous

4 Sept 2022

Using two pointer / stack

1