Bit Operation
Bit Basic OperationQuestion 1 determine wheter a number x is a power of 2Question 2 Determine the number of bits that are different between two integersQuestion3 What happens if we assign a negative number to an unsigned integerQuestion4 determine wheter a string contain unique charactersQuestion 5 How to reverse all bits of a number?Question 6 Decimal to Hexadecimal
Last updated