>>42
Where does it say a pointer yields a value which is an address
My whole issue was you using the word 'bounds'.
A pointer does not yield an address, a pointer is an address
What if I have
char *foo:
Now I compile this code. What's the address in this case?