Computer Science, asked by sahadkpm313, 5 months ago

what are the difrent type of memory alocation​

Answers

Answered by jogdandv956
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 khushirani17632
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