Question
Applied reasoning: Which data structure follows last-in, first-out order?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Stack
Explanation:
A stack removes the most recently inserted element first.
Leave a Reply