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