Stack
Ø
Stack is
linear data structure. In stack addition of new data item and deletion of
already existing data item is done from only one end, known as top.
Working of stack on the basis of Last-in-First-out (LIFO) principal, it
means last entered...