由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Bloomberg C++ 软工面试题汇总
相关主题
有人帮我看看这个C++class的定义为什么是合法的吗?C++问题
C++ Q28: inline functionC++: does post-increment always create a temp obj?
请教一个面试题,在大量URL中找一个有wildcard的patternBB campus interview 4轮面经
Bloomberg interview questionGoogle onsite
面试题求助大家看看这几道亚麻面试题怎么做?
Bloomberg面经,回报版上请问一道很难的面试题
新Qualcomm面经A面试题:50000html页中查找过期电话号码并替换的题
一个电面那个给个expression用RPN 来计算的面试题
相关话题的讨论汇总
话题: inline话题: c++话题: functions话题: bloomberg话题: always
进入JobHunting版参与讨论
1 (共1页)
b*******y
发帖数: 32
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
m*****n
发帖数: 2152
2
The answer is "a"?
b*******y
发帖数: 32
3
是e,

【在 m*****n 的大作中提到】
: The answer is "a"?
m*****n
发帖数: 2152
4
OK,我理解错了意思,是e没错。

【在 b*******y 的大作中提到】
: 是e,
j**l
发帖数: 2911
5
含有always这样绝对化字眼的选项,一般都不对
m*****n
发帖数: 2152
6
2. func太长,func有循环的时候,这样内存消耗太大。

【在 b*******y 的大作中提到】
: 拿到一个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

q**r
发帖数: 611
7
都不懂 :(
m*****n
发帖数: 2152
8
3. zombie 是 object created with no life,can do nothing with the object.

【在 b*******y 的大作中提到】
: 拿到一个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

m*****n
发帖数: 2152
9
这都是bloomberg面试题?会的不到60%,完蛋了。

【在 b*******y 的大作中提到】
: 拿到一个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

n*w
发帖数: 3393
10
How to take the address of an inline function?
k*******n
发帖数: 8891
11
re
c******g
发帖数: 266
12
有谁知道答案吗?
1 (共1页)
进入JobHunting版参与讨论
相关主题
那个给个expression用RPN 来计算的面试题面试题求助
今天面试的一道纯文字的面试题Bloomberg面经,回报版上
面试有个人问我++i和i++哪个快新Qualcomm面经
Q in C/C++一个电面
有人帮我看看这个C++class的定义为什么是合法的吗?C++问题
C++ Q28: inline functionC++: does post-increment always create a temp obj?
请教一个面试题,在大量URL中找一个有wildcard的patternBB campus interview 4轮面经
Bloomberg interview questionGoogle onsite
相关话题的讨论汇总
话题: inline话题: c++话题: functions话题: bloomberg话题: always