&Address of

From Microduino Wiki
Jump to: navigation, search

Pointer operators & ( get address) and * (get the value the address points to)

The pointer is a complicated content for beginners of C, but in the programming process of large part of arduino code, you don’t have to involve the pointer. However, when operate some data structure, pointers can simplify the code, but the operation knowledge is difficult to be found in reference books.

[Return to Arduino Syntax Manual]