BCSL 33
BCSL 33
Stack is an ordered collection of items Stack is a dynamic object whose size is constantly changing
asitems are pushed and popped.
Stack may contain different data types
Stack is declared as a structure containing an array to hold the element of the stack, and an integer
to indicate the current stack top within the array.
ARRAY