Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 306 Bytes

File metadata and controls

9 lines (7 loc) · 306 Bytes

Linked stack using C language

Steps

  • Download gcc.
  • Open the terminal.
  • Use the following comand in order to compile the .c file: gcc -Wall -Werror -o exit linkedStack.c
  • Run the executable file using the following comand: ./exit
  • Enjoy.