FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Choose the invalid arithmetic operator?
A
==
B
*
C
%
D
+
Explanation: 

Detailed explanation-1: -These operators are + (addition), -(subtraction), * (multiplication), / (division), and % (modulo).

Detailed explanation-2: -The basic arithmetic operations are addition, subtraction, multiplication, and division. There are more arithmetic operators like exponentiation, modulus operations, increment, decrement, etc. *-Multiplication operator. So, And operator is not an arithmetic operator.

Detailed explanation-3: -The operator // is used for valid arithmetic operation in the Python.

There is 1 question to complete.