Answer:
Static memory allocated can be performed by a compiler,linker or loader while a program is being readied for execution.
Static memory allocation to a process is possible only if size of its data structures are known before its execution begins.if sizes are not known,they have to be guessed :wrong estimation can lead to wastage of memory and lack of flexibility
Static memory allocated can be performed by a compiler,linker or loader while a program is being readied for execution.
Static memory allocation to a process is possible only if size of its data structures are known before its execution begins.if sizes are not known,they have to be guessed :wrong estimation can lead to wastage of memory and lack of flexibility
You may be interested in:
OS Memory Management MCQs