COMPUTER SCIENCE AND ENGINEERING
ALGORITHMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Arithmetic
|
|
Relational
|
|
Booleon
|
|
None of the above
|
Detailed explanation-1: -Multiplication * (Asterisk) Basic arithmetic operator used for multiplication; the result of an arithmetic operator is usually a numeric value.
Detailed explanation-2: -An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation.
Detailed explanation-3: -The modulo operator, denoted by %, is an arithmetic operator. The modulo division operator produces the remainder of an integer division.
Detailed explanation-4: -The different types of arithmetic operators include addition, subtraction, multiplication, division, modulus, exponentiation and floor division.