Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Inc
1
Name:
Anonymous
2012-02-02 17:45
I have a question regarding ++
i=0;
printf("%d %d %d,i++,i++,i++);
will return
2 1 0
why?
4
Name:
Anonymous
2012-02-02 17:51
Change the order of the "i++"'s and you'll get 0 1 2.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List