MCQs > IT & Programming > C# > What will be the value of result after these two statements?   int num1 = 10, num2 = 9;   int result = num1 ^ num2;

C# MCQs

What will be the value of result after these two statements?

    int num1 = 10, num2 = 9;

    int result = num1 ^ num2;

Answer

Correct Answer: 3

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More C# MCQ Questions

search

C# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it