On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to.
A. NULL
B. Other dynamically allocated memory
C. The same deallocated memory location
D. It points back to the location it was initialized with
Answer: Option C
Join The Discussion