Microsoft interview question

How would you reverse a string without string functions?

Interview Answer

Anonymous

2 Mar 2015

Push it onto a stack and pop it back on and print it