Microsoft Interview Question

How would you reverse a string without string functions?

Interview Answer

Anonymous

Mar 2, 2015

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