Computer Science, asked by namansing78, 5 months ago

Data structure stack is also known as __________ list​

Answers

Answered by jmakima55
4

Answer:

A stack is an Abstract Data Type (ADT), commonly used in most programming languages. ... Likewise, Stack ADT allows all data operations at one end only. At any given time, we can only access the top element of a stack. This feature makes it LIFO data structure. LIFO stands for Last-in-first-out.

Similar questions