I\'m an absolute newbie to C so this may be a dumb question, warning!
It\'s inspired by the extra credit section of Exercise 16 in Learn C the Hard Way, if anyone i
With the "address-of" operator unary &.
&
struct Point offCenter = { 1, 1 }; struct Point* offCentreAddress = &offCentre ;