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
a) NULL
b) Other dynamically allocated memory
c) The same deallocated memory location
d) It points back to the location it was initialized with
b) Other dynamically allocated memory
c) The same deallocated memory location
d) It points back to the location it was initialized with