Answers

Question and Answer:

  Home  Integration Programmer

⟩ Explain the result of 1 XOR 1?

Answer is zero, because XOR returns 1 if two operands are distinct and zero if two operands are same, for example 0 XOR 0 is also zero, but 0 XOR 1 or 1 XOR 0 is always 1.

 184 views

More Questions for you: