Friday, May 16, 2008

What is the stack?

Stack is the LIFO data structure. it has the two operation that is first one is push() operation and second one is the pop(). for example we take one container if container is full at the time stack is full. else container is empty at the time top is 0.

No comments:

Contributors