justin-lathrop / c

C Programming Projects
718 stars 389 forks source link

Added a main.c file in folder stack which demonstrates all the operation #86

Closed tyadav4268 closed 4 years ago

tyadav4268 commented 4 years ago

related to stack such as pushing an element to stack, pop an element, peek the top element in stack and traverse through stack to display all the elements.