以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 C/C++编程思想 』  (http://bbs.xml.org.cn/list.asp?boardid=61)
----  某公司赴微软招聘题[推荐]  (http://bbs.xml.org.cn/dispbbs.asp?boardid=61&rootid=&id=40216)


--  作者:longshentailang
--  发布时间:11/19/2006 10:48:00 PM

--  某公司赴微软招聘题[推荐]
2005年1月的某公司赴微软招聘题 时间60分钟:

1. 输入一个字符串,将其逆序后输出。(使用C++,不建议用伪码)

2. 请找出下列程序的错误。

int a[5], *p

void main()
{
         p = a;
         for (int i = 0; i < 5; i++)
         {
                   p++;
                   *p = i;
         }
}

3.英语写作
Question: Please describe your career path in the next two years.

4.写请简单描述Windows内存管理的方法。

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1176409


--  作者:longshentailang
--  发布时间:11/19/2006 10:49:00 PM

--  
大家可以看看大公司招聘人的测试题,希望对大家有帮助!
--  作者:fangel2000
--  发布时间:1/24/2007 10:42:00 PM

--  
第2个程序有什么错误啊?难道是全局变量引起的问题?
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms