Persistent Systems Interview Question

write a program to reverse the given string.

Interview Answer

Anonymous

Jun 7, 2021

I wrote a for loop to iterate over half the array and exchanged the first and last elements.