1.

What is the name of the ^ operator?(a) Bitwise XNOR(b) Bitwise NAND(c) Bitwise XOR(d) Bitwise ANDI have been asked this question during an online interview.My enquiry is from Operators topic in portion Arduino Programming of Arduino

Answer»

Correct choice is (c) BITWISE XOR

For explanation I WOULD say: The ^ operator is used to perform a bitwise XOR operation on any two NUMBERS which serve as the operands. It performs an XOR operation on each bit starting from the most significant bit to the LEAST significant bit.



Discussion

No Comment Found

Related InterviewSolutions