What do you mean by stack ? Mention it's characteristic and applications in real life
the stack is a data structure which is used to store elements and follows the property of FILO (first in last out) , few of the terms to be aware of are top(top element of stack) , push (elements insertion into stack) , pop (elements deleted from stack). it is used in evaluation of infix and postfix expressions