53 shifting int main(){int a=13;if((a=a--<<4>>++a))printf("\n%d ",a);elseprintf("\n %d",a);return 0;}Output0LogicTo understand the logic of this program read this tutorialsShifting TutorialPre &post incrementpost incrementassignment operation as condition Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts5367