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

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?