位置:IT落伍者 >> 电脑故障 >> 浏览文章
}
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;
};
{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);
int a=i;
for(i=;i<;i++)
printf(″%d″f(a));
[] [] [] []
上一篇:2013年10月自考“高级语言程序设计”试题[4]
下一篇:2013年10月自考“高级语言程序设计”试题[2]