暑期,怎样处理你的孩子?# Parenting - 为人父母
b*y
1 楼
拿到一个bloomberg电面,赶紧准备了一些面试题贴在这里,算是临阵磨枪吧。
===C++===
$. Which one of the following statements accurately
expresses the disadvantages of making a function inline?
a) Inline functions always make the program bigger.
b) Inline functions always make the program slower.
c) Inline functions always make the program bigger and slower.
d) It is not possible to take the address of an inline function.
e) It increases compile-time dependencies.
$. Give scenarios in which even when specifying a func as
inline w
===C++===
$. Which one of the following statements accurately
expresses the disadvantages of making a function inline?
a) Inline functions always make the program bigger.
b) Inline functions always make the program slower.
c) Inline functions always make the program bigger and slower.
d) It is not possible to take the address of an inline function.
e) It increases compile-time dependencies.
$. Give scenarios in which even when specifying a func as
inline w