熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> 程序設計 >> 正文

2013年10月自考“高級語言程序設計”試題[3]

2022-06-13   來源: 程序設計 

  }

  }

  main( )

  {

  int x=y=*p;

  p=&x;printf(″%d*p);

  *p=x+;

  p=&y;printf(″%d\n″*p);

  *p=y+;

  printf(″%d%d\n″xy);

  }

  #include″stringh″

  struct worker

  {char name[];

  int age;

  float pay;

  };

  main( )

  {struct worket x;

  char *t=″Lilei″;

  int d=;float f=;

  strcpy(xnamet);

  xage=d*;xpay=f*d;

  printf(″%s\t%d\t%f\n″xname xagexpay);

  }

  int f(int a)

  {

  int b=

  static int c=

  b++;

  c++;

  return(a+b+c);

  }

  main( )

  {

  int a=i;

  for(i=;i<;i++)

  printf(″%d″f(a));

  }

[]  []  []  []  


From:http://tw.wingwit.com/Article/program/cxsj/201311/11263.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.