Question: Which of the following statements about stacks is true?
Options:
Correct Answer: Stacks can be implemented using arrays or linked lists.
Solution:
Stacks can indeed be implemented using both arrays and linked lists, while they follow LIFO (Last In, First Out) order.