Question: Memory leaks occur in a program when a . programmers write code that does not make efficient use of memory. b . an executing program
Memory leaks occur in a program when
a programmers write code that does not make efficient use of memory.
b an executing program runs out of memory.
c a programmer fails to use delete on a pointer whose memory was allocated by the new operator.
d a programmer uses delete on a pointer whose memory was not allocated by the new operator.
e none of these.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
