What does the following C expression do? x = (x<<1) + x + (x>>1);
Multiplies an integer with 7
Multiplies an integer with 3.5
Multiplies an integer with 3
Multiplies an integer with 8
This question is part of this quiz :
Top MCQs on Bitwise Algorithms and Bit Manipulations with Answers