Concept Flow - Bitwise operators
Start with two numbers
Apply bitwise operator (&, |, ^, <<, >>)
Operate on each bit position
Combine bits to form result
Output the result
Bitwise operators work on each bit of two numbers, combining them to produce a new number.