what are the difrent type of memory alocation
Answers
Answered by
1
Explanation:
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.
Answered by
0
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.
Similar questions