February 2021
Beginner
338 pages
4h 11m
English
Data is stored in computer memory. The CPU reads from and writes to this memory. Computer memory, in simple terms, is an array of cells, where each cell has its own number we call an address. Our data objects reside in these memory cells, and each of these data objects has its address. If we know the address of an object, we can use pointers to access data objects in memory.
So far, we have used regular variables to access these data objects in memory. Another way to manipulate data in these data objects is through pointers. A pointer is just like any other variable. ...
Read now
Unlock full access