![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Dynamic Storage management
|
![]() |
|||||
int_ptr = new |
// allocates memory for an int |
![]() |
||||
int_array = new |
// allocates memory for |
![]() |
||||
new |
![]() |
|||||
delete int_ptr;
|
// releases memory pointed |
![]() |
||||
Page 11 |
C201 TAM/AGS |
![]() |