|
Yeab
|
posted by Yeab in Bit Manipulation on 5/9/2008 5:15:30 PM
|
Here are some of questions that usually asked by technical interview questions at IT companies like Microsoft
- Accessing binary bits using an index
- Counting Set (1s) Bits
- Countring Reset (0s) Bits
- Multiply a number by 7
- Increment a number if it is even or decrement if it is odd without using +,-,%,/,* operators
- Check if a number is even or odd without using modulo operator
|