国产视频最新网址|这里只有精品中文字幕情侣酒店|精品成人一区二区|91久久蜜桃网站|AV成人电影五区|欧美精品在线一区|秋霞午夜一区日韩|国产午夜成人免费看片不卡|98精品美女视频日韩一区精品视频|亚洲综合久久国产不卡日本岛国久久

編程人員筆試題

時間:2023-04-06 04:24:12 筆試題目 我要投稿
  • 相關(guān)推薦

編程人員筆試題

1. 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);

  }

  2. What will the following C code do?

  int *ptr;

  ptr =(int *)Ox67a9;

  *ptr = Oxaa55;

  3. 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);

  }

 

【編程人員筆試題】相關(guān)文章:

威盛編程面試題目07-06

中興2015筆試題08-02

迅雷2011.10.21筆試題08-10

筆經(jīng):加強(qiáng)型試題07-22

采購人員筆試題,試題分享02-25

數(shù)控機(jī)床編程與操作考試題及答案11-24

海爾04年筆試題及答案07-31

編程人員崗位職責(zé)(通用14篇)08-19

微創(chuàng)筆試題 智力題和編程題08-09

編程人員求職個人簡歷表格05-21