Lparts #include< stdio.h >main(){int a=1,b;b=a++*2;printf("%d %d",a,b);}Output:2 2How it works?we use post increment so increment operation of 'a' will be done after multiplication . so b=2. then a value will be incremented so a=2 Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsSimplest method to Backtrack Emails (Email header analysis)How to Password protect your external hard disk driveFree Samples from RewardMe worth Rs 1100Most useful and frequently used LINUX/UNIX commands with examplesEarn money by liking Facebook PagesDownload youtube video without any software