下载此文档

程序员面试题目.doc


文档分类:管理/人力资源 | 页数:约8页 举报非法文档有奖
1/8
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/8 下载此文档
文档列表 文档介绍
程序员面试题目.docPlease note: The questions with asterisk (*) can not be empty.
Describe general experience with:
LAN's, WAN.
Unix, Windows
Programming Languages.
Device Driver
General questions:
Describe an experience you feel proud of in programming, such as creatively resolving a programming (coding, algorithms, structure or others)problem you encountered in the past.
What's your biggest project? What a role did you played in it?
What's difference between dealing with an English string and a Chinese String?
Do you know about GB code, Big5 code, Unicode? Would you please give me your understanding of their relationship and difference?
Now I have an English application and its source code, such as a word processor. What would you do to make it work correctly in Chinese environment?
If you're free to choose a job, what would you like to do: marketing, tester engineer, software programmer, project manager, or other? And why? Will you accept a different assignment other than the job you like, such as tester engineer position?
C QUESTIONS:
* Explain the difference between "call by value" and "call by reference" in a programming language.
How do these apply to the C language?
call by value :
调用时子程序得到的是参数值的副本,子程序中对形参的改变其实只是影响了该副本的值,但 在返回主程序后该副本会被丢弃,因此在主程序中按值调用的参数仍保持原来的值。
call by reference :
调用时子程序得到的是实际参数的内存地址,因此在子程序中改变形参的值时,实际会导致对 该形参所对应的地址处的内存数据的变化,即直接修改的是主程序中的变量的值,返回主程序 后该参数所

程序员面试题目 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数8
  • 收藏数0 收藏
  • 顶次数0
  • 上传人蓝天
  • 文件大小94 KB
  • 时间2021-09-10
最近更新