1/12
Loading...
^Different = 1!
XOR operation (^) results in 1 when bits are different. It's like "Special only when opinions differ!" 13 = 00001101 10 = 00001010 Let's compare each bit!
Loading...
XOR operation (^) results in 1 when bits are different. It's like "Special only when opinions differ!" 13 = 00001101 10 = 00001010 Let's compare each bit!
XOR bit operation (^) returns 1 if bits are different, 0 if same. It's the Exclusive OR - "must be different to be true".