Question: Memory is reserved dynamically using malloc() or calloc() functions but memory area that is allocated dynamically is not accessible to programmer any more afterward is
Memory is reserved dynamically using malloc() or calloc() functions but memory area that is allocated dynamically is not accessible to programmer any more afterward is called as?
A. Dangling memory
B. Dangling pointer
C. Memory leakage
D. Pointer leakage
Step by Step Solution
3.45 Rating (158 Votes )
There are 3 Steps involved in it
C Explanation Memory leak occurs when programmer creates a mem... View full answer
Get step-by-step solutions from verified subject matter experts
