For example:
sizeof(char*)
returns 4. As does int*
, long long*
, everything that I’ve tried. Are there any exceptions to this?
For example:
sizeof(char*)
returns 4. As does int*
, long long*
, everything that I’ve tried. Are there any exceptions to this?