+ 5
Memory allocation
What is static memory allocation?
1 Resposta
+ 3
Static memory allocation is an allocation technique which allocates a fixed amount of memory during compile time and the operating system internally uses a data structure known as Stack to manage this.