Day 26 Recap Questions
  1. What is a C++ reference?
  2. When should you use C++ references?
  3. What is the difference between a pointer and a reference?
  4. How do you dynamically allocate memory in C++?
  5. How do you free memory in C++?