- `&`
- reference operator
- What is it?
- Alias for a variable
- cannot be null
- will always have data associated
- very useful as function parameters
- Passing to [[Functions|functions]]
- `const`
- Range-based for loops
- Issues
- cannot be changed
[[C++ References]]