Q:

WHAT IS MEMORY LEAK IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT IS MEMORY LEAK IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Memory leak occurs when memory is allocated but not released back to the operating system. Memory leakage increases unwanted memory usage. So, it reduces performance of the computer by reducing available memory.

In modern operating systems, memory is released back to the operating system when application terminates.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT HAPPENS WHEN WE TRY TO ACCESS NULL POINTER IN... >>
<< CAN ARRAY SIZE BE DECLARED AT RUN TIME?...