Bitwise operation
How bitwise operation is performed faster than normal arithmetic operation in C
Posts  1 - 1  of  1
sivakk
In C language, multiplying two numbers (assume 7 * 2) can be implemented using bitwise operator(7<<2) as well. Could you please someone explain how the bitwise operation is performed faster than arithmetic operation.
Save
Cancel
Reply
 
x
OK