An open API service indexing awesome lists of open source software.

https://github.com/rcasanovan/linked-stack

Linked stack using C language
https://github.com/rcasanovan/linked-stack

c c-language linked-stack pointers stack

Last synced: 8 months ago
JSON representation

Linked stack using C language

Awesome Lists containing this project

README

          

# Linked stack using C language

## Steps

* Download [gcc](https://gcc.gnu.org/install/binaries.html).
* 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.