Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
/ Stack Public archive

This simple stack will store different kinds of input from the user and store them in the stack in a first in/last out fashion.

Notifications You must be signed in to change notification settings

Rickyc14/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old Stack

# compile
make

# clean up generated files
make clean

Data structure written in C

A simple stack that takes input from the user and stores it into the stack.

  • input type: integer value, and string text

  • submitting an empty integer value will cause the program to finish the input process (zero is not an empty value)

  • the end of program will also call the print function to display all data stored in the stack

About

This simple stack will store different kinds of input from the user and store them in the stack in a first in/last out fashion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors