Answer:- Insertion or Deletion of new node can be performed at one side of list.
- Top of stack points to last in element.
- Stack is dynamic using linked list and static using array.
- The indexing of particular element of stack depends on the basic list which we have use to implement it.