--- In [email protected], "Sharma, Hans Raj \(London\)" 
<hansraj_sha...@...> wrote:
>
> I have never seen difference in the sizeof(char *) and
> sizeof(int *).
> Is there any such system with a difference?

Why do you care? What advantage would you gain from them
necessarily being the same?

The point is that the language standards allow them to be
different. There have certainly been implementations where
int and void pointers had different representations.

-- 
Peter

Reply via email to