Multiple Choice
If dynamically allocated memory is not freed,
A) the system may run out of memory.
B) it results in a compiler error.
C) a run-time error informs your user that the program did not free memory space.
D) the source code will not link correctly.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: An array name is a pointer constant
Q33: When the _ is placed in front
Q37: It is legal to subtract a pointer
Q43: A pointer with the value 0 (zero)
Q46: _ can be used as pointers.<br>A) Array
Q47: If arr is an array identifier and
Q49: Every byte in the computer's memory is
Q50: You may use the type pointer to
Q51: If Circle is a structure type, the
Q52: Memory cannot be allocated after a program