View Single Post
Newbie Member
1Jan2013,14:01  
ankit1703's Avatar
int a=10,b;
b=a++ + ++a;

specially with a++ ?