- 相关推荐
软件类求职笔试题
1. How do you code an infinite loop in C?
2. Volatile:
(1)What does the keyword volatile mean? Give an example
(2)Can a parameter be both const and volatile? Give an example
(3)Can a pointer be volatile? Give an example
3. What are the values of a, b, and c after the following instructions:
int a=5, b=7, c;
c = a+++b;
4. What do the following declarations mean?
(1)const int a;
(2)int const a;
(3)const int *a;
(4)int * const a;
(5)int const * a const;
【软件类求职笔试题】相关文章:
软件类笔试题12-09
德尔福软件类笔试题12-08
软件测试类英文面试题08-08
网宿科技研发类2011笔试题07-18
阿里巴巴非技术类笔经及试题08-13
软件测试 试题12-12
软件笔试题11-06
软件工程类求职简历模板03-08
汇丰软件笔经小结07-06
中兴2015笔试题08-02