0
29kviews
What are different operations performed on Stack.
1 Answer
1
3.5kviews

A stack is a linear data structure which uses the same principle, i.e., the elements in a stack are added and removed only from one end, which is called the TOP. Hence, a stack is called a LIFO (Last-In-First-Out) data structure, as the element that was inserted last is …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.