InterviewSolution
Saved Bookmarks
| 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 |
|