Learn
Congratulations! You have officially done it. ๐๐๐
In this lesson, you have learned:
- References
- Pass-by-reference
- Pass-by-reference with
const
- Memory addresses and how to access them
- Pointers
- Dereferencing a pointer
nullptr
// Reference int &reference = original; // Pointer int* pointer = &original;
Instructions
As a final send-off, do you remember you wrote a letter in the first lesson of the course? Well, here it is! ๐จ
You have come a long way and you should be very very proud of yourself. Thank you for taking this course and we canโt wait to see the things that you build.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.