McqMate
| Q. |
Which of the following represents the bitwise XOR operator? |
| A. | & |
| B. | ^ |
| D. | ! |
| Answer» B. ^ | |
| Explanation: the ^ operator represent bitwise xor operation. &: bitwise and, | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet