There was an error while loading. Please reload this page.
In order to dynamically allocate memory, there are two ways
new
malloc()
In order to deallocate dynamically allocated memory, there are two ways
delete
free()
Table of Contents