Creado por craigrallen
hace más de 11 años
|
||
variables
memory cells
memory cell locations
Reference operator (&)
assign addresses to variables
Dereference operator (*)
expression vs value stored
& vs *
Declaring variables of pointer types
Pointers and arrays
Pointer initialization
Pointer arithmetics
Pointers to pointers
void pointers
Null pointer
Pointers to functions