Capgemini interview question

I was asked to reverse a string without using any string functions.

Interview Answer

Anonymous

Feb 11, 2021

I used null character check to run a while loop to check string length and from there used another array to reverse.