Deallocation refers to:
A) the system changing a variable type to make it consistent with the expression
B) the binding of a variable to a storage location
C) the binding of a type to a variable name
D) the placing of the bound memory cell into a pool of available memory
Solution:
The answer is option d.
Explanation:
Deallocation is the process of placing the bound memory cell into a
pool of available memory.
The memory is generally allocated by the operating system from the
pool of available and unused free memory.
When the allocated memory is used by the process, the memory must
be released and set free.
This free memory is placed in the pool of available memory so that
the memory can be used later when required by another process.
Get Answers For Free
Most questions answered within 1 hours.