当前位置:高考升学网 > 招聘笔试题 > 正文

泰道控制系统硬件开发工程师笔试题和面试题答案(三)

更新:2023-09-19 00:40:16 高考升学网

  fpd2=fopen(“d2.dat”,“w”) ;

  while(fscanf(fpd1,“%c”,&ch)!=EOF)

  if (ch>='A'&& ch <='Z' ‖ ch>='a'&& ch<='z')

  fprintf(fpd2,“%c”,ch);

  fclose(fpd1);

  fclose(fpd);

  }

  21:试将下列递归过程改写为非递归过程。

  void test(int &sum)

  { int x;

  scanf(x);

  if(x=0) sum=0 else {test(sum); sum+=x;}

  printf(sum);

  }

  22:对给定记录的序号k(1

  23:Write a program to remove all trailing blanks and tabs from each line of input, and to delete entirely blank lines.

  24:int func(int a)

  {

  int b;

  switch(a)

  {

  case 1: 30;

  case 2: 20;

  case 3: 16;

  default: 0

  }

  return b;

  }

  则func(1)=?

  25:Write a function reverse(s) that reverses the character string s . Use it to write a program that reverses its input a line at a time.

最新图文

2020年河北新闻网两学一做

时间:2023-09-18 07:0:24

2020年河北新闻网两学一做

时间:2023-09-15 11:0:59

两学一做学习教育知

时间:2023-09-21 06:0:30

2020年开展两学一做学习教

时间:2023-09-19 21:0:30