What is a stack ? Explain the various operations of stack with an example for each operation.

Stack
Stack is an abstract data type with a bounded(predefined) capacity. It is a simple data structure that allows adding and removing elements in a particular order. Every time an element is added, it goes on the top of the stack, the only element that can be removed is the element that was at the top of the stack, just like a pile of objects.

Download Notes

Ignou MCA Solved Question Paper

Leave a Reply