由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q57: double define (Bloomberg)
相关主题
Bloomberg(financial software developer)第一轮面试c++ class definition
问一道无聊的bloomberg电面题Bloomberg on-site总结
询问Bloomberg online skill assessment刚刚电面完bloomberg,提供一些题目,供大家参考
C++ templatevirtual table存在memory的哪块啊?
C++ Q42: (C22)问道编程题
Mathworks is hiring! job #10319 - C++ Developer – CompileQ in C/C++
Compiler/C++ position @Mathworks求救:第一次电话面试
bloomberg相关的面试题一个电面
相关话题的讨论汇总
话题: define话题: bloomberg话题: c++话题: q57话题: double
进入JobHunting版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
#define a 10
void main()
{
#define a 50
printf("%d",a);
}
What is the output?
a) 10
b) 50
c) Compiling error.
m*****n
发帖数: 2152
2
The answer is "b"?
Bloomberg太垃圾了,出这种题,C++里尽量不用#define,还要考。
q**r
发帖数: 611
3
#define能在main里吗?
h**k
发帖数: 3368
4
b.50
编译器可以通过,只是警告

【在 c**********e 的大作中提到】
: #define a 10
: void main()
: {
: #define a 50
: printf("%d",a);
: }
: What is the output?
: a) 10
: b) 50
: c) Compiling error.

m*****n
发帖数: 2152
5
当然可以,以前写C的时候,常用他调试代码用。

【在 q**r 的大作中提到】
: #define能在main里吗?
c**********e
发帖数: 2007
6
This is from a recruiter who recruits for Bloomberg. I found the problem on
this board.

【在 m*****n 的大作中提到】
: The answer is "b"?
: Bloomberg太垃圾了,出这种题,C++里尽量不用#define,还要考。

1 (共1页)
进入JobHunting版参与讨论
相关主题
一个电面C++ Q42: (C22)
bloomberg电面2,攒rp求bless (给据了 :()Mathworks is hiring! job #10319 - C++ Developer – Compile
问个C/C++概念的问题Compiler/C++ position @Mathworks
一个facebook面试题bloomberg相关的面试题
Bloomberg(financial software developer)第一轮面试c++ class definition
问一道无聊的bloomberg电面题Bloomberg on-site总结
询问Bloomberg online skill assessment刚刚电面完bloomberg,提供一些题目,供大家参考
C++ templatevirtual table存在memory的哪块啊?
相关话题的讨论汇总
话题: define话题: bloomberg话题: c++话题: q57话题: double