Lparts #include< stdio.h >main(){int a=1,b;b=a++*2*++a;printf("%d %d",a,b);}output:3 8as a explained in last post , this program also works. Share this Share on FacebookTweet on TwitterPlus on Google+