
- How to swap two numbers using bitwise operators?
- Which bitwise operator is suitable for checking whether a particular bit is ON or OFF?
- Which bitwise operator is suitable for turning OFF a particular bit in a number?
- Which one is equivalent to multiplying an unsigned int by 2: left shifting by 1 or right shifting by 1?
- What is an Enumeration Constant?

