Programming Fundamentals: Pointers
Programming Fundamentals: Pointers
Programming Fundamentals: Pointers
Pointers
Pointers
• One of the most powerful tools available
by using pointers
num
10
709 710 711 712 713
10
709 710 711 712 713
711
The Indirection
Operator
• The indirection operator (*) is also called the
dereference operator
*pNum = 20;