由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - c increment operator
相关主题
C++: does post-increment always create a temp obj?面试有个人问我++i和i++哪个快
const_reverse_iterator和reverse_iterator有什么区别?A problem about Heap and Stack.
ICC or CC 是啥啊?a question about bits operation
一直想问为什么面试都是白板题请问关于overloading << (转载)
NB的码工,有几个能自己写compiler的 (转载)C++ template
搞Compiler 有前途吗?贡献一个G家电面
i ++ + i ++ 的结果?参院最后法案吧H1B 名额又增加很多?
Amazon Intern 选组 求建议急问,paid in 26 bi-monthly increments 不懂了?什么意思。
相关话题的讨论汇总
话题: increment话题: operator话题: int
进入JobHunting版参与讨论
1 (共1页)
K******C
发帖数: 230
1
int j=0;
int x=j++ + j++ + ++j + ++j +j +j++ ;
x是多少
int j=0;
j=j++ + j++ + ++j + ++j +j +j++ ;
j 是多少
r*********s
发帖数: 2157
2
12,
12+3?
w******a
发帖数: 27
3
能说说是怎么分析得吗?

【在 r*********s 的大作中提到】
: 12,
: 12+3?

j**l
发帖数: 2911
4
这个,搞不好和编译器相关,而标准C没有定义
s*********t
发帖数: 1663
5
这类题目无聊透顶

【在 K******C 的大作中提到】
: int j=0;
: int x=j++ + j++ + ++j + ++j +j +j++ ;
: x是多少
: int j=0;
: j=j++ + j++ + ++j + ++j +j +j++ ;
: j 是多少

x*****p
发帖数: 1707
6
Compile error. haha~~~
1 (共1页)
进入JobHunting版参与讨论
相关主题
急问,paid in 26 bi-monthly increments 不懂了?什么意思。NB的码工,有几个能自己写compiler的 (转载)
这道题怎么做的?搞Compiler 有前途吗?
我也发个工作i ++ + i ++ 的结果?
C++ Q42: (C22)Amazon Intern 选组 求建议
C++: does post-increment always create a temp obj?面试有个人问我++i和i++哪个快
const_reverse_iterator和reverse_iterator有什么区别?A problem about Heap and Stack.
ICC or CC 是啥啊?a question about bits operation
一直想问为什么面试都是白板题请问关于overloading << (转载)
相关话题的讨论汇总
话题: increment话题: operator话题: int