Pointers

Pointers store the addresses of data, allowing data to be used by calling it from the address through dereferencing. Pointers can also be used to modify data by pushing changes to the address stored in the pointer.

Privacy & Terms