pointer variable
A pointer variable points to a memory location where a value is stored. After you create a pointer variable, you can’t change the memory location of the pointer variable, but you can change the value stored at that memory location.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library