41 bitwise operator int main(){int i=1,j=2,k=3;i=i^j&j<<1|++k>>i;printf("%d",i);}Output:3 Share this Share on FacebookTweet on TwitterPlus on Google+ Related Posts3941Addition of numbers without arithmetic operatorLogical Operator and Bitwise OperatorBit countingLeft shift - Right Shift