one fable-low hijack cell
pair cpp / r
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
In C++, `^` is the **bitwise XOR (exclusive OR)** operator.
## How it works
It compares bits of two integers — each result bit is `1` if the corresponding bits differ:
```
0101 (5)
^ 0011 (3)
-
neighbors