Home » C Programming » Storage Classes » Question
  1. On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to.
    1. It points back to location it was initialized with
    2. NULL
    3. Other dynamically allocated memory
    4. The same deallocated memory location
    5. None of these
Correct Option: D

The same deallocated memory location



Your comments will be displayed only after manual approval.