Capgemini interview question

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

Interview Answer

Anonymous

11 Feb 2021

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