Setting pointee to NULL so any pointer pointing to that address is NULL

Posted by idealistikz on Stack Overflow See other posts from Stack Overflow or by idealistikz
Published on 2010-04-29T02:31:29Z Indexed on 2010/04/29 2:37 UTC
Read the original article Hit count: 280

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c

    Related posts about pointers