+ 2
dangling pointers are pointers pointing pointing to nowhere. i.e. suppose initially your pointer is pointing to some object. And then you delete that object using "delete" keyword. Now your pointer is pointing to nowhere not even to NULL.
3rd Nov 2016, 10:18 AM
kamal joshi
kamal joshi - avatar