Discussion Forum : Bitwise And Boolean
Question - Which of the following represents the bitwise XOR operator?
Options:
A .  &
B .  ^
C .  |
D .  !
Answer: Option B


The ^ operator represent bitwise XOR operation. &: bitwise AND, | : bitwise OR and ! represents bitwise NOT.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *