Question: Which application uses a stack to reverse a string?
Options:
Correct Answer: Stack
Solution:
A stack can be used to reverse a string by pushing each character onto the stack and then popping them off.