Analyst Integration Question:

What is the result of 1 XOR 1?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

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.


Previous QuestionNext Question
What is System Design Document (SDD)?Explain what is Traceability Matrix?