Write all the arithmetic operators and logical
Operators.
Answers
Answered by
1
Answer:
- Arithmetic Operators - Micro Focus Definition. The arithmetic operators perform addition, subtraction, multiplication, division, exponentiation, and modulus operations.
- Logical Operators in C - Tutorialspoint Called Logical AND operator. If both the operands are non-zero, then the condition becomes true. (A && B) is false. ... If any of the two operands is non-zero, then the condition becomes true.
Explanation:
- 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.
- A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator. Common logical operators include AND, OR, and NOT.
Similar questions