Differentiate between Arithmetic, Relational and Logical operators.
Answers
Answered by
6
Answer:
Explanation:
Arithmetic operators are used to perform mathematical operations. Relational operators are used to perform comparison operations. Logical operators are used to perform basic operation of boolean algebra ('AND', 'OR', and 'NOT'). Bitwise operators are used to perform bit wise manipulation on operands
Answered by
2
Answer:
Relational operators are used to perform mathematical operations. Relational operators are used to perform comperison operators. Logical operators are used to perform basic operators of boolean algebra. Assignment operators is used to assign value of the second operand to first.
Similar questions