Question-106: Which of the following statements are correct for Bitwise operator?
- Bitwise operator should be int and not float.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A,B,C
Exp:
- Bitwise operator should be int and not float.
- Logical operator does not check on bit level.
-
You can access to full explanation to question and answer from this page.