模拟试题

3773考试网计算机等级考试模拟试题正文

[组图]2010年计算机二级C语言上机程序填空题二

来源:fjzsksw.com 2010-9-14 14:18:21

 

 

模拟试题]2010年计算机二级C语言上机程序填空题一

11、给定程序中,函数fun的功能是:将形参n中,各位上为偶数的数取出,并按原来从高位到低位相反的顺序组成一个新的数,并作为函数值返回。

  例如,输入一个整数:27638496,函数返回值为:64862。

  请在程序的下划线处填入正确的内容并把下划线删除, 使程序得出正确的结果。

  注意:源程序存放在考生文件夹下的BLANK1.C中。

  不得增行或删行,也不得更改程序的结构!

  #include

  unsigned long fun(unsigned long n)

  { unsigned long x=0; int t;

  while(n)

  { t=n%10;

  /**********found**********/

  if(t%2==__1__)

  /**********found**********/

  x=__2__+t;

  /**********found**********/

  n=__3__;

  }

  return x;

  }

  main()

  { unsigned long n=-1;

  while(n>99999999||n<0)

  { printf("Please input(0

  printf("\nThe result is: %ld\n",fun(n));

  }

 

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... 下一页  >> 

触屏版 电脑版
3773考试网 琼ICP备12003406号-1