What is a memory leak?
Question 1
Q1. What is a memory leak?
Answer: Memory not being freed after use
Explanation: Memory leak occurs when dynamically allocated memory is not released back to the system.