Watch and track your favorite playlist.
Curated by: Anurag Affection (122 videos)
157 example for XOR different bit value result true same bit value result false Notes 0 ^ 0 = 0 0 ^ 1 = 1 1 ^ 0 = 1 1 ^ 1 = 0 Notes false ^ false = false false ^ true = true true ^ false = true true ^ true = false