Join WhatsApp ChannelDaily MCQs & Exam Updates
Computer Science Easy nts

Which of the following is a common cause of a memory leak in programming?

  • A Writing comments in code
  • B Using loops
  • C Failing to release unused memory
  • D Using too many variables
Correct Answer: Option C — Failing to release unused memory
Explanation:
A memory leak occurs when a program fails to release memory that is no longer needed, causing the application to consume increasing amounts ...
Submitted by: PaperMCQs
Related MCQs