Types of memory allocation

 


Types of memory allocation

 

There are two types of memory allocation

 

1) Static memory allocation -- allocated by the compiler. Exact size and type of memory must be known at compile time.

 

2) Dynamic memory allocation -- memory allocated during run time.

Comments

Popular posts from this blog

OOP Concept in c#

Reactive And Pro-Reactive Approach