Erstellt von craigrallen
vor mehr als 11 Jahre
|
||
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