Redian新闻
>
Re: 收到RFE 上火了 求建议
avatar
Re: 收到RFE 上火了 求建议# EB23 - 劳工卡
g*s
1
这边的c sample question
http://www.bestsamplequestions.com/technical-questions/c-sample-questions/c-sample-questions.html
列一下我发现的错误
第8
system dependent, be cautious of all sizeof questions, most of them are
system dependent
第10
system dependent, depends on the size of int
第11
compiler dependent
it's fine. 其实即使function的argument是数组形式,compiler也会自动改成指针,
just remember array is always
passed by its pointer in function calls
第16
won't print anything, 两个指针都没有allocate memory
第18
for declaration, it is not good, but legal
第19
wrong
第20
unspecified behavior, remember there is no GUARANTEED that an increment or
decrement is performed
immediately after giving up the previous value and before any other part of
the expression is evaluated
第22
char *p="hai friends",是 read-only, 而 ++*p++会尝试改变string的值
won't print anything
这题即使改成,char p[]="xxxx" 也不行,array不能++
第28
nonsense, sizeof is system dependent
第29
compiler dependent
第46
输出第2行第1个应该是112
第49
memory allocation please
题52
the string pointed by x is read only
题60
some compliers do not even let you declare "void v"
题61
sizeof again. and remember sizeof(array) returns the array's size, not
number of element. In this case, just
because sizeof(char) = 1, so num of element = size
65.
the check for leap year is actually
year % 4 == 0 && (year % 100 != 0 || year % 400 == 0)
是4的倍数,但不是100的倍数,但可以是400的倍数
71.
memory allocation plz
and the output should be
garbagevalue..10
79.
some compilers do not report error
82.
explanation is wrong. The problem is that i should be int instead of char.
if i is char, the loop could be
infinite or never start
and
getc check EOF
gets check NULL
84.
compiler error
121.123.
string is read only
140.
unspecified behavior, implementation dependent
145.
x=8,y=10
avatar
l*i
2
【 以下文字转载自 I485 讨论区 】
发信人: leilei (令恩令惠), 信区: I485
标 题: Re: 收到RFE 上火了 求建议
发信站: BBS 未名空间站 (Mon Apr 9 22:35:17 2012, 美东)
找到原因了 找到公证书原件一看
被公证处坑了
第一页是出生公证书 中文
第二页是英文 翻译
第三页是公正 中文

第四页是公正 英文翻译
关键是第二第四页的英文title都是notarial certificate
nnd 难怪他们要birth certificate
也不仔细看看材料 第二页的英文翻译就是birth certificate只是title翻译错了
大家都注意了
the
into
485
proper
avatar
q*8
3

身错误也比较多,列一下我发现的
错误
bloomberg的online testing在网上是不是有个题库之类的阿?c或者c++

【在 g*******s 的大作中提到】
: 这边的c sample question
: http://www.bestsamplequestions.com/technical-questions/c-sample-questions/c-sample-questions.html
: 列一下我发现的错误
: 第8
: system dependent, be cautious of all sizeof questions, most of them are
: system dependent
: 第10
: system dependent, depends on the size of int
: 第11
: compiler dependent

avatar
p*y
4
我的也是这样的。那应该怎么办?别忘了回来update一下
avatar
g*s
5
没有题库,所以还是要准备的细致一点,多看看别的题目,比如上面的sample questions

【在 q******8 的大作中提到】
:
: 身错误也比较多,列一下我发现的
: 错误
: bloomberg的online testing在网上是不是有个题库之类的阿?c或者c++

avatar
x*e
6
Mine is the same. I think the second page is "notarial certificate".
Is that a real reason for REF?
avatar
l*7
7
看你FILE的ADJUSTOR是新手吧,中国的公证都这样的啊,往下读两行就明
白了。。。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。