In this pointer is pointing the memory address of variable but after some variable has deleted from that memory location while pointer is...

Programming Language in C & C++
In this pointer is pointing the memory address of variable but after some variable has deleted from that memory location while pointer is...
#include<stdio.h> #include<conio.h> #include<alloc.h> typedef struct bint { int data,flag; struct bint *left,*...