Table of Contents
And get ready, |
||
--Eminem |
The following concepts are addressed:
Memory address of each variable in a program.
Indirection: accessing a data through its address.
The “pointer” data type.
The “&
”
operator.
The “*
” operator.
Accessing structure fields through pointers.
Multiple indirection: pointers to pointers.
Using pointers: function parameters.
Using pointers: linked structures.