stack implementation in c (array / linked_list)
Two main methods have been implemented:
- Array (fixed size)
- Linked list
Functions: Push, Pop, returnTop, print,
- The main branch inlcudes the linked list code and there is another branch for array implementation.