+ 1
What is dynamic memory?
2 ответов
+ 1
Ability to manipulate the life of an object with pointers. By initializing pointer you allocate memory for it, and by deleting you realase memory for further usage whenever you want
+ 1
simple word that dynamic means in user requirements it is increase/decrease automatically or you can say in rantime execute.
in computer language we saw 2 words frequently, they are.
static and another is dynamic