应用开发工程师笔试题目

时间:2024-07-10 00:42:54 资料大全 我要投稿

应用开发工程师笔试题目

以下是由应届毕业生网为各位介绍的笔试题目

应用开发工程师笔试题目

简答题

  16:类的静态成员和非静态成员有何区别?

  17:Consider the following code:

  #include

  #include

  int main(int argc, char *argv[]) {

  int i = 1;

  char buf[4];

  strcpy(buf, "AAAA");

  printf("%d ", i);

  return 0;

  }

  a) When compiled and executed on x86, why does this program usually not output what the programmer intended?

  b) Name several ways in which the security problem that causes this program not to output what the programmer intended can be prevented WITHOUT changing the code.

  18:#include

  void main()

  { int a[5] ={2,4,6,9,12},b[6] ={2,3,4,6,8,9};

  for(int i=0;i<5;i++)

  for(int j=0;j<6;j++)

  if(*(a+i)==*(b+j) printf( ″ %d ″ ,*(a+i));

  printf( ″ n ″ );

  } 输出结果: _______

 

【应用开发工程师笔试题目】相关文章:

应用系统开发工程师笔试题目07-24

阿里开发工程师笔试题目09-17

泰道控制系统硬件开发工程师笔试题目11-06

普康数码科技CE开发工程师笔试题目09-03

上汽集团Java开发笔试题目08-28

宜搜Java开发笔试题目06-05

腾讯的软件开发-应用开发方向笔试与面试10-16

分享普康数码科技CE开发工程师笔试题目08-01

德尔福标定工程师笔试题目09-27

C语言软件开发笔试题目08-29