For example: sizeof(char*) returns 4. As does int*, long long*, everything that I\'ve tried. Are there any exceptions to this?
sizeof(char*)
int*
long long*
if you are compiling for a 64-bit machine, then it may be 8.