Stack- Non-dynamic implementation of the Stack abstract data type in C. Usage $ make # compile $ ./stack # to execute Notes This is not a dynamic implementation. If the stack is full it will not resize to accommodate additional items.