Can a pointer point to itself?
Photo Credit: Courtesy of 3DStockPhoto (can image)
In particular, they can point to other pointers. They can even point themselves (although that is pretty useless). However, the action of dereferencing a pointer must be taken explicitly. A pointer that points to another pointer yields the value of that other pointer when you dereference it, not automatically.