pointer
A pointer is a way to reference a mutable "box" that can hold a specified value type. With a pointer, you can change the specific value in that box. Compare to value.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library