Ad Code

Define Stack Data Structure?

Define Stack Data Structure?

Stack is a data structure that behaves in a first in last out manner. It can contain many elements and there is only one way in and out of the container. When an element is inserted it sits on top of all other elements and when an element is removed the one sitting at top of all others is removed first.
Reactions

Post a Comment

0 Comments