You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.