德尔福笔试软件类.doc

  1. 1、本文档共40页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第 PAGE 页码 页码页 / 总共 NUMPAGES 总页数 总页数页 德尔福笔试(软件类)  德尔福软件方向的笔试题 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? Give an example c) 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? a) const int a; b) int const a; c) const int *a; d) int * const a; e) int const * a const; 5. Which of the following statements describe the use of the keyword static? a) Within the body of a function: A static variable maintains its value between function revocations b) Within a module: A static variable is accessible by all functions within that module c) Within a module: A static function can only be called by other functions within that module 6. Embedded systems always require the user to manipulate bits in registers or variables. Given an integer variable a, write two code fragments. The first should set bit 5 of a. The second shnuld clear bit 5 of a. In both cases, the remaining bits should be unmodified. 7. What does the following function return? char foo(void) { unsigned int a = 6; iht b = -20; char c; (a+b 6) ? (c=1): (c=0); return c; } 8. What values are printed when the following C program is executed? int i = 8; void main(void) ( 9. What will be the output of the following C code? main() { int k, num= 30; k =(num 5 ? (num =10 ? 100:200): 500); printf(%d, k); } 10. What will the following C code do? int *ptr; ptr =(int *)Ox67a9; ptr = Oxaa55; 11. What will be the output of the follow C code? define product(x) (x*x) main() { int i = 3, j, k; j = product(i++); k = product(++i); printf(%d %d,j,k); } . Simplify the following Boolean expression!((i ==) || (j 15)) 13. How many flip-flop circuits are needed to divide by 16? 14. Provi

文档评论(0)

158****3214 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档