Computer Science, asked by nspr5348, 9 months ago

Difference between static and dynamic memory allocation

Answers

Answered by agnideepcms
0

Answer:

In static memory allocation memory space allotted to a data and the data Is returned at the time of use.It is applicable to object ,array and other non primitive data types.

In dynamic memory allocation memory space is allotted to data and the reference address is returned at the time of use.It is applicable to integer,String and other primitive data types.

Similar questions