Relational operators are used to compare the values or expressions.
Answers
Answered by
3
Answer:
Relational operators are important for making decisions. They allow us compare numeric and char (chars are treated like numbers in C++) values to determine if one is greater than, less than, equal to, or not equal to another. Relational operators are binary meaning they require two operands.
Similar questions