What does bitwise XOR (exclusive OR) mean?
I know this is a rather old post but I wanted simplify the answer since I stumbled upon it while looking for something else. XOR (eXclusive OR/either or), can be translated simply as toggle on/off. Which will either exclude (if exists) or include (if nonexistent) the specified bits. Using 4 bits (1111) we get 16 … Read more