Page 1 of 1

On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to.

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) NULL
b) Other dynamically allocated memory
c) The same deallocated memory location
d) It points back to the location it was initialized with