WHAT IS STACK? It is a linear data structure and also an abstract data type ,where we can do only operation in a specific manner. It works on the LIFO (last in first out) or FILO (first in last out) system. LIFO means the elements which is inserted l...
·