Computer Science, asked by kakhil960, 10 days ago

Explain the arithmetic, relational, logical, and assignment operators

in C language​

Answers

Answered by Anonymous
16

Answer:

Arithmetic operator; Arithmetic operators are used to perform mathematical operations.

Relational operator; Relational operators are used to perform comparison operations.

Logical operator :Logical operators are used to perform basic operation of boolean algebra ('AND', 'OR', and 'NOT').

Assignment operator; Assignment operator is used to assign value of the second operand to first

Similar questions