char1 = s and it's address (Pointer1)= s<--?
Pointer 2 Pointer1: 0x44b024 Ptr2Ptr: (*) = s<--? , 2nd reference level (**): s
And the strange things for me are the two 's' (marked with <--?), where I expected two addresses... ?!? Can Anyone explain to me why? (for sure :-)
Thanks!