a) Queue
b) Stack
c) Array
d) Linked List
For Explanation Click Here:
A stack follows the Last In First Out (LIFO) principle. This means that the last element added to the stack is the first one to be removed. In contrast, a queue follows the FIFO (First In First Out) order.