由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - help: c++ interview question
相关主题
问一个数独的bitwise operation1st Amazon phone interview (1hr)
C++ Q83: 这个const_cast什么意思?请教operator const char*() 的问题
请教一个题: Median of Two Sorted Arrays有人帮我看看这个C++class的定义为什么是合法的吗?
大家帮我看看再问C++
面试题里的bitwise operator请问一道c++题目
请教一下,java中Set、HashSet和HashMap的内部实现C++ Singleton的实现
用java面试真吃亏C++ Q29: extern and const together
问个C++的题目C++ Q48: illegal operation (C33)
相关话题的讨论汇总
话题: c++话题: output话题: question话题: interview话题: given
进入JobHunting版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
1. Given inputs X, Y, Z and operations | and & (meaning bitwise OR and AND,
respectively)
What is output equal to in
output = (X & Y) | (X & Z) | (Y & Z)
2. why const char* can be both a character and a string declaration ?
N*D
发帖数: 3641
2
1跟C++啥关系?不是数理逻辑吗?

,

【在 s*****w 的大作中提到】
: 1. Given inputs X, Y, Z and operations | and & (meaning bitwise OR and AND,
: respectively)
: What is output equal to in
: output = (X & Y) | (X & Z) | (Y & Z)
: 2. why const char* can be both a character and a string declaration ?

m********a
发帖数: 12601
3
帮你顶一下
d****v
发帖数: 458
4
1. X+Y+Z >=2 (0是false, 1是true的话)
2. 因为C++里这两个东西没区别吧,char* 也就是 string。放C#里就不成啊
。这是C 在C++里面的余孽吧
J*****n
发帖数: 4859
5

玄,指针我是不知道,如果是ref,在传参数的时候,有时候只会对const型的进行转换
,如果不是const的ref,类型不符的话会抱错。

【在 d****v 的大作中提到】
: 1. X+Y+Z >=2 (0是false, 1是true的话)
: 2. 因为C++里这两个东西没区别吧,char* 也就是 string。放C#里就不成啊
: 。这是C 在C++里面的余孽吧

d****v
发帖数: 458
6
C 里面肯定没问题吧,C++应该也有可能吧

【在 J*****n 的大作中提到】
:
: 玄,指针我是不知道,如果是ref,在传参数的时候,有时候只会对const型的进行转换
: ,如果不是const的ref,类型不符的话会抱错。

1 (共1页)
进入JobHunting版参与讨论
相关主题
C++ Q48: illegal operation (C33)面试题里的bitwise operator
C++ Q61: 如何对const data member做assignment?请教一下,java中Set、HashSet和HashMap的内部实现
弱问个C++ 问题 (const_cast)用java面试真吃亏
C++ 面试题问个C++的题目
问一个数独的bitwise operation1st Amazon phone interview (1hr)
C++ Q83: 这个const_cast什么意思?请教operator const char*() 的问题
请教一个题: Median of Two Sorted Arrays有人帮我看看这个C++class的定义为什么是合法的吗?
大家帮我看看再问C++
相关话题的讨论汇总
话题: c++话题: output话题: question话题: interview话题: given