NexSemi interview question

Write a program to reverse a string

Interview Answer

Anonymous

Dec 15, 2022

Just use a for loop, copy starting from the end to another array/string