Dangling Pointer in C
Here you will find out about dangling reference and dangling pointer in C. In PC programming, memory is allotted for holding information object. After the work is done the memory is deallocated with the goal that this memory can be utilized to store some other information object. What is Dangling Pointer? While programming, we use … Read more