First page
Back
Continue
Last page
Graphics
CODE EXAMPLES
int x = 8;
int *p;
p = &x;
*p = 12;