Relational operator is used to check condition *
Answers
Answered by
7
Relational operators take two operands, compare their values, and return a Boolean value (true or false). They are typically used in conditional expressions to test whether a condition is true, or not. Relational operators have a lower priority than arithmetic operators, and a higher priority than logical operators.
PLEASE FOLLOW ME.......
Answered by
2
Answer:
Relational operators take two operands, compare their values, and return a Boolean value (true or false). They are typically used in conditional expressions to test whether a condition is true, or not. Relational operators have a lower priority than arithmetic operators, and a higher priority than logical operators.
Similar questions