Setting pointee to NULL so any pointer pointing to that address is NULL
- by idealistikz
Rather than assigning a pointer to NULL, is there any way to set the location in memory the pointer is pointing to, to NULL so that any other pointer pointing to that location will be NULL?