作者:Mingche Su 链接:https://zhuanlan.zhihu.com/p/21791045 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 面试应该都逃不过这个范围了。努力,加油! 1.编程语言问题(以java为例) Java vs C++ Abstract class vs interface pass by referenc
一、进程与权限 A.进程时Linux/Unix操作系统中最重要的抽象之一 B.进程是一个处于执行期的程序(目标代码存储在某种介质上) A process is a program(object code stored on some media) in the midst of execution. 而进程在执行过程中经常涉及到文件访问操作等
德尔福软件试题ZZ shury 发表于 2004-12-6 14:27:00 1. How do you code an infinite loop in C?2. Volatile: a) What does the keyword volatile mean? Give an example b) Can a parameter be both const and volatile
嵌入式系统面试题ZZ shury 发表于 2004-12-5 17:52:00 Can structures be passed to the functions by value? Why cannot arrays be passed by values to functions? Advantages and disadvantages of using macro and inl
The Art of Computer Programming 作者:Donald E. Knuth 出版社: 中文版由国防大学出版社发行,中文译本书名为《计算机程序设计艺术》 作者主页: http://www-cs-faculty.stanford.edu/~knuth/ 电子版图书:超星数字图书馆 有中文版第一卷和第三卷 学习笔记:http://www.cfc