Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 214 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 214 Bytes

Dynamic-Array-Record-Program

C program that creates a dynamic array by pulling memory from the heap. The array can have values inserted, and deleted. To prevent memory leaks I used a program called valgrind.