Computer Science, asked by mahesijjh, 3 months ago

what is stack and what is the principle it uses?​

Answers

Answered by DepressedArmygirl
3

Answer:

Stack A stack is a linear data structure in which elements can be inserted and deleted only from one side of the list, called the top. A stack follows the LIFO (Last In First Out) principle, i.e., the element inserted at the last is the first element to come out

#Doreamon

Answered by Jigglypufff
1

{\huge{\bold{\blue{\underline{\tt{ANSWER:}}}}}}

Stack A stack is a linear data structure in which elements can be inserted and deleted only from one side of the list, called the top. A stack follows the LIFO (Last In First Out) principle, i.e., the element inserted at the last is the first element to come out.

Similar questions