Q# Assume you have a long running program. Over time you consistently allocate memory each iteration of the loop, but you do not free the memory. What best describes what could happen as a result of...


Q# Assume you have a long running program. Over time you consistently allocate memory each iteration of the loop, but you do not free the memory. What best describes what could happen as a result of not free'ing memory?


Group of answer choices


A. Your program could crash or very seriously slow down the operating system (or shared server) because it is consuming all of the systems memory. That is why it is important to free your memory.




B. Nothing will happen, as C will occasionally perform garbage collection and reclaim any unused memory




Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here