Question-56: Which of the following allow the divide by zero operation?
- Division operator “/”
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: C
Exp:
Operators
- Operator represent symbol in any programming language, which has special meaning
- “+” its for addition
- “-“ for Subtraction
- “*” for multiplication and not (X)
- “/” for Division
- It produces always float value.
- “//” for division
- If you want to get Integer value after division use this.
-
You can access to full explanation to question and answer from this page.