Day 38 Recap Questions
  1. How do you pass functionality as an argument to a function in C?
  2. If you template the function type, what else can you pass in as an argument to a function in C++?
  3. What are two advantages of using lambdas?
  4. Why is the auto keyword essential?
  5. Why else is the auto keyword useful?