}
}
{
int x=
p=&x;printf(″%d
*p=x+
p=&y;printf(″%d\n″
*p=y+
printf(″%d
}
struct worker
{char name[
int age;
float pay;
};
main( )
{struct worket x;
char *t=″Lilei″;
int d=
strcpy(x
x
printf(″%s\t%d\t%
}
{
int b=
static int c=
b++;
c++;
return(a+b+c);
}
main( )
{
int a=
for(i=
printf(″%
}
[
From:http://tw.wingwit.com/Article/program/cxsj/201311/11263.html