Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
int c = a ^ b;
(def c (bit-xor a b))
int c = a ^ b;
var c = a ^ b;
C = A bxor B
c = ieor(a,b)
const c = a ^ b;
c := a xor b;
c = a ^ b
c = a ^ b