C C programming language⚑ Usage⚑ Pointers⚑ The basic formula is: a = *(&a) The & operator returns the direction of the operand's position in memory. The * operator accesess the operand's memory address. Reference⚑ Harvard