TATA ELXSI interview question

Q. Reverse a sentence (given an input string)

Interview Answer

Anonymous

Sep 4, 2022

Using two pointer / stack

1