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