Which problem occurs when software applications continuously allocate memory space in RAM but fail to release it back to the operating system after finishing their tasks?
Explanation:
A memory leak happens when a program allocates memory space from the system heap but fails to free it up after use, reducing available RAM until the system slows down or crashes.
No comments yet. Be the first to start the discussion!