What is the difference between relational operator and assignment operator?
Answers
Answered by
13
Answer:
Relational operators are used to perform comparison operations. ... Assignment operator is used to assign value of the second operand to first. Conditional operator. Conditional operators operates on a condition and return result based on the truth value of condition.
Answered by
6
Relational operators (Comparison Operators):
These operators are used to compare the values.
Assignment Operators:
Assignment Operators are used to assign value to the variables.
Similar questions