what does deleting a pointer mean

Posted by ashish yadav on Stack Overflow See other posts from Stack Overflow or by ashish yadav
Published on 2010-03-15T18:10:12Z Indexed on 2010/03/15 18:19 UTC
Read the original article Hit count: 163

Filed under:
|

Is deleting a pointer same as freeing a pointer(that deallocates the memory)?

© Stack Overflow or respective owner

Related posts about c++

Related posts about pointers