Last updated: Dec 5, 2022

Pointers

Variables in Carbon, like C++, are stored in some memory having some address. Pointers are variables that can store such addresses. They can be utilized as variables in functions, passing references of other variables, etc.