Free preview
References vs Pointers
References are aliases that can't be null and can't be reseated. When to reach for a reference, when you still need a pointer, and why const& is the default way to pass objects.
20 min read
This lesson is part of Pro
Upgrade to unlock the full lesson, every coding problem, and the complete interview Q&A.
Unlock with ProThis is just the start
Sign up free to track progress on this lesson, get coding problems with the Run button, and unlock the full interview Q&A.
More in C++ for Embedded
C++ vs C for EmbeddedClasses & EncapsulationConstructors, Destructors & RAII
const Correctness & constexpr
Function & Operator Overloading
Templates: The Basics