Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 349 Bytes

File metadata and controls

19 lines (14 loc) · 349 Bytes

ArrayList

Written a ArrayList program that stores a array of strings

Usage:

Compile the ArrayList file and sample file and then link them

gcc -Wall -c -o ArrayList.o ArrayList.c
gcc -Wall -c -o sample-main1.o sample-main1.c
gcc -Wall -o ArrayList.exe ArrayList.o sample-main1.o

Run the executable file

./ArrayList.exe