Are char*, int*, long* or even long long* of same size (on a given platform)?
char*
int*
long*
long long*
When programming x86 real mode with Watcom C you could have a mixed memory model using 16-bit near pointers and 32 bit far pointers.