Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Steps to compile

Compiling the Stack Program

gcc stack.c
./a.out

Compiling the Storage Allocation Program

gcc storage_allocation.c
./a.out