What do you mean by stack ? Mention it's characteristic and applications in real life
A stack is a type of data structure which is used to store objects and it works on LIFO(Last In First Out Paradigm). It's size not defines at the start of a program.