由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] 问个面试的编程题目
相关主题
Anybody help me on these questions?C++里面 class的数据成员的顺序是什么样的?
C++ questions一个C++语法问题
问一道C++的题目。 (转载)这个是undefined的吗?
[合集] 这样写有什么不好?求教什么代码能让浏览器不储存记录
Does this function have memory problem?Angular ng-include not working
simple C questionAngularjs ng-click redirect not working as expected
求救:javascript程序运行中的一个error message有台电脑的IE11无法正常显示angular页面
two c++ interview questions! (转载)如何让angular网页同时支持IE9和IE11 ?
相关话题的讨论汇总
话题: char话题: buff话题: getbuf话题: what话题: 201
进入Programming版参与讨论
1 (共1页)
s*******e
发帖数: 664
1
☆─────────────────────────────────────☆
ThomasJ (JY) 于 (Sat Jan 2 23:23:23 2010, 美东) 提到:
现场让30分钟做完
50 char *b, q, *r;
200 b = getbuf ();
201 q = *b;
212 R = anotherfunction (b);
213-2003 /* we want to use 'q' and 'r' here */
2000 char * getbuf ()
2001 {
2002 char buff [8];
2003-2050 /* unspecified buff defined here */
2051 return (char*) buff;
2052 }
1. What will be in variable 'q' after line 201 is executed? Under
what conditions might this not be so?
2. Is there an alternative, but equiv
1 (共1页)
进入Programming版参与讨论
相关主题
如何让angular网页同时支持IE9和IE11 ?Does this function have memory problem?
现在有的网站不断的刷新用的是什么技术?simple C question
请教一道题 (转载)求救:javascript程序运行中的一个error message
求教系统功能:查询本程序的硬盘路径two c++ interview questions! (转载)
Anybody help me on these questions?C++里面 class的数据成员的顺序是什么样的?
C++ questions一个C++语法问题
问一道C++的题目。 (转载)这个是undefined的吗?
[合集] 这样写有什么不好?求教什么代码能让浏览器不储存记录
相关话题的讨论汇总
话题: char话题: buff话题: getbuf话题: what话题: 201