PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Python Multiple Choice Questions
Which of the following represents the bitwise XOR operator?
A. &
B. ^
C. |
D. !
Show Answer
Next Question
Correct Answer:
B
Explanation: The ^ operator represent bitwise XOR operation. &: bitwise AND, | : bitwise OR and ! represents bitwise NOT.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap