Step 5: Compile and Run

Compile the program. Run it. If you did everything correctly, the program should run and print something like the following:

   linux1[8]% ./exc
   Cannot create a negative size stack
   Push to full stack, value = 5
   Pop from empty stack
   Completed!