Lecture 1 - Slide 29 : 34
Memory Allocation

Two functions for allocation of memory from the heap

A function for deallocation of the memory

From <stdlib.h>

In C++ the new and delete functions are used instead of malloc, calloc and free
Go to exercise
Dynamic allocation of persons and addresses