I was trying to understand simple pointers a little better by clarifying for myself the address a pointer points to, the address of the pointer itself and the value the address refers to. So I wrote a small piece of code:I was trying to understand simple pointers a li