--- In [email protected], "tujare_raj1" <tujare_r...@...> wrote:
>
> can anyone tell me what is difference between void pointer & null pointer?
>

I would say a good summery of what everyone said is:

A void Pointer a pointer that can point at any address, regardless of Object, 
Varible type, Ect.

A Null pointer contains a value indicating NOTHING is stored here.

Null is like 0 in that it shows an empty Set.

Reply via email to