Social Sciences, asked by ankitgupta15843, 9 months ago

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 akhilpravachan
8

Answer:

option. c

Explanation:

program does not free the memory which is allocated dynamically

Answered by monica789412
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