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

Verified
Correct Answer:
Verified
Related Questions
Q3: You may use the type pointer to
Q5: The expression s->m has the same meaning
Q7: A reason for passing a pointer to
Q8: A pointer can be passed as an
Q10: It is possible for a structure to
Q10: If a variable occupies more than one
Q13: The and operators can respectively be used
Q17: The expression *s->p; is only meaningful if
Q43: A pointer with the value 0 (zero)
Q52: Memory cannot be allocated after a program