Differentiate between airthmetic and relational operators ?
Answers
Answered by
1
Answer:
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'). ... Assignment operator is used to assign value of the second operand to first.
Similar questions