Lpart4 #include< stdio.h >main(){int a=1,b;b=++a*2*++a;printf("%d %d", a,b);}Output3 18in this program there's two preincrement for 'a'. So 'a' will be incremented two times before multiplication. So now a= 3. so b=3*2*3=18. Share this Share on FacebookTweet on TwitterPlus on Google+ Related PostsSadashiv Amrapurkar in critical condition : Bollywood NewsTips to Increase Your Conversion Rate on Twitter [Infographic]Sundar Pichai takes control of Google's crucial productsIndia Post Signs an MoU with Snapdeal and ShopcluesHappy New Year Movie ReviewIndian Air Force asks personnel not to use Xiaomi phones