![]() |
#2
friskyliu2007-04-14 11:33
|
main()
{
int x=2,y,z;
y=(++x)+(x++)+(++x);
z=(x--)+(--x)+(x--);
printf("x=%d,y=%d,z=%d\n",x,y,z);
}
是怎么算出x=2,y=12,z=12的.
谢谢!
![]() |
#2
friskyliu2007-04-14 11:33
|
![]() |
#3
PcrazyC2007-04-14 11:33
|
![]() |
#4
friskyliu2007-04-14 11:40
|
![]() |
#5
yuyunliuhen2007-04-14 11:54
|
![]() |
#6
quanquan332007-04-14 12:04
|
![]() |
#7
IPV62007-04-15 20:24
|
![]() |
#8
ludeng2007-04-15 22:50
|
![]() |
#9
I喜欢c2007-04-15 23:21
|
![]() |
#10
jiushiwo2007-04-16 10:07
|