Python | Operators | Question 3
Which operator is overloaded by the or() function?
(A) ||
(B) |
(C) //
(D) /
Answer: (B)
Explanation: or() function overloads the bitwise OR operator
Quiz of this Question
Please comment below if you find anything wrong in the above post
Recommended Posts:
- Python | Operators | Question 4
- Python | Operators | Question 2
- Python | Operators | Question 1
- Basic Operators in Python
- Operators in C | Set 2 (Relational and Logical Operators)
- C | Operators | Question 17
- C | Operators | Question 15
- C | Operators | Question 18
- C | Operators | Question 16
- C | Operators | Question 26
- C | Operators | Question 11
- C | Operators | Question 27
- C | Operators | Question 27
- C | Operators | Question 26
- C | Operators | Question 24