You need to create an application that processes data on a last-in, first-out (LIFO) basis.
Which data structure should you use?
A.
Queue
B.
Tree
C.
Stack
D.
Array
Explanation:
A stack implements LIFO.
You need to create an application that processes data on a last-in, first-out (LIFO) basis.
Which data structure should you use?
You need to create an application that processes data on a last-in, first-out (LIFO) basis.
Which data structure should you use?
A.
Queue
B.
Tree
C.
Stack
D.
Array
Explanation:
A stack implements LIFO.