is wild pointer and random pointers are same ?
What is wild pointer?
Hi Aman, a wild pointer is a pointer which is not initialized with any address. The wild pointer is by default stored with the garbage value. The difference between NULL pointer and wild pointer is that NULL pointer is assigned with the address 0 where as wild pointer is not assigned with any address.