软件类笔试题目

时间:2020-12-01 15:34:56 笔试题目 我要投稿

软件类笔试题目

 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;

 

【软件类笔试题目】相关文章:

JAVA类软件研发工程师笔试题目12-08

软件测试常见笔试题目07-31

傲盾软件笔试题目12-04

腾讯软件测试笔试题目10-23

软件岗位测试笔试题目08-31

枫叶软件笔试题目与答案11-19

新大陆软件笔试题目11-19

中创软件笔试主考题目07-01

普华永道图形类笔试题目11-06

软件测试笔试题目及答案09-18