
上QQ阅读APP看书,第一时间看更新
Questions
- How many parameters does the main() function have?
- What is the constexpr specifier used for?
- Why is it advised to use iteration over recursion?
- What's the difference between the stack and the heap?
- What is the size of the ptr if it is declared as int*?
- Why is access to an array element considered a constant time operation?
- What will happen if we forget the break keyword in any case of the switch statement?
- How would you implement the multiply() and divide() functions from the arithmetic operations example as lambda expressions?