This point can be misleading in such context:
int x = 5; int *pointer = &x;
, because it suggests we set the int *pointer
to some value, not the pointer
itself.