The operations are-1. Traversing2. Searching3. Inserting4. Deleting
Stack is an LIFO(last in , first out) data type or data structure.a stack is an restricted data type because a small number of operation are performed in it.and it use pop and push operation.
A data structure is a particular way of storing or organizing data in computer so that it can be used efficiently.