describe relational logical and arithmetic operators with example
Answers
Answered by
32
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.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Similar questions