目前本站已有 十几万 份求职资料啦!


Syntax and Semantics笔试题

10-16 00:00:09 来源:http://www.qz26.com 笔试题目   阅读:8431
导读: Syntax and Semantics1. In a runtime C program, auto variables are stored in , static variablesare stored in , and function parameters are stored in .a. stack b. heap c. neither stack nor heap2. The statement extern int x; is a , and the keyword extern is used during .a. variable declaration b. variable definitionc. compilation time d. runtime3. There is a complicated declaration: void ( * signal (int, void (*)(int)) ) (int);If a statement typedef void (*p
Syntax and Semantics笔试题,标签:银行笔试题目,企业笔试题目,http://www.qz26.com

 Syntax and Semantics

1. In a runtime C program, auto variables are stored in , static variables are stored in , and function parameters are stored in .

  a. stack b. heap c. neither stack nor heap

2. The statement extern int x; is a , and the keyword extern is used during .

  a. variable declaration b. variable definition c. compilation time d. runtime

3. There is a complicated declaration: void ( * signal (int, void (*)(int)) ) (int);If a statement typedef void (*p) (int); is given, please rewrite this complicated declaration.

4. The following code is a segment of C program.

  ..........

  void func(int *p)

  {...........}

  ..........

  main()

  {

  int num=0;

  .........

  func(num);

  ........

  }

  ..........

Here, the function argument num is passed .

  a. by value b. by reference


Tag:笔试题目银行笔试题目,企业笔试题目求职笔试面试 - 笔试题目
【字号: 】 【打印】 【关闭
下一条:概念类笔试题
《Syntax and Semantics笔试题》相关文章
最新更新
推荐热门
联系我们 | 网站地图 | 财务资料 | 范文大全 | 求职简历 | 财会考试 | 成功励志
Copyright 二六求职资料网 All Right Reserved.
1 2 3 4 5 6 7 8 9 10