Question: In which scenario would a stack be more beneficial than a queue?
Options:
Correct Answer: When reversing a string
Solution:
A stack is more beneficial when reversing a string, as it allows for the last character added to be the first one processed.