Which of the following options best suits for ‘Memory Leak Occurred’
Resource allocation pending while debugging the code
Program releases resources allocated in the memory
Program does not free the memory which is allocated dynamically
Occurs due to address assignment failure
Answers
Answered by
8
Answer:
option. c
Explanation:
program does not free the memory which is allocated dynamically
Answered by
0
The correct option is (C) Program does not free the memory which is allocated dynamically.
Know how a when a Memory Leak can occur:
- When poorly designed programs or applications fail to free up their memory that is no longer necessary then there is a Memory Leak.
- Memory leak takes place while programmers create a reminiscence in heap and overlook to delete it.
- The performance of the computer is reduced.
- The availability of memory has been reduced.
- The system drops its speed, and its application fails.
Similar questions
Social Sciences,
4 months ago
Math,
4 months ago
English,
4 months ago
English,
9 months ago
Math,
9 months ago