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?
6
Name:
Anonymous
2012-02-02 18:11
What happens when you want to do something like
printf("%d %d",a[i++],a[i++]); ?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List