|
|
|
|
|
by Zelizz
3322 days ago
|
|
Imagine all memory is a big array. A pointer is just an index into that array. A pointer dereference is like accessing something at an array index. A pointer to a pointer is array index to a location where you'll find another array index. |
|