in Technology by
How does bitwise operator XOR works in C programming?

1 Answer

0 votes
by
If both the corresponding bits are same it gives 0 else 1.

Related questions

0 votes
    How does bitwise operator XOR works?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    Que. The term Operation system means (a) A Set of programs which controls computer working. (b) The way ... disk drive operates. Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
+1 vote
    Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What it the return value of a relational operator if it returns any in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator can be used to determine the size of a data type or variable in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator is used to receive the variable number of arguments for a function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator is used to continue the definition of macro in the next line in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of comma operator (,) in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Where the address of operator (&) cannot be used in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    When to user -> (arrow) operator in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    I'm working on practicing my algorithms and getting into some bitwise stuff which I'm not too proficient ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    Which one of the following uses a 128bit round key to encrypt the data using XOR and use it in ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
+1 vote
    Does a break is required by default case in switch statement in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Does a built-in header file contains built-in function definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...