C Programming Find position of the only set bit – Given a number having only one ‘1’ and all other ’0’s in its binary representation.
logical shift
3 Articles
3
Rotate bits of a number – Bit Algorithm – A rotation (or circular shift)is an operation similar to shift except that the bits that fall off at one end
Multiply a given Integer with 3.5 – Bit Algorithm – Given a integer x, write a function that multiplies x with 3.5 and returns the integer result.