55 #include< stdio.h >main(){int a=1;a=a+++a;printf("%d",a);}output3Logic:while reading the token , it is read by character by character from left to right(->)so, the operation is equal to a++ +a. Share this Share on FacebookTweet on TwitterPlus on Google+