Computer Science, asked by reetdhaliwal3013, 3 months ago

Relational operators are used to compare the values or expressions.

Answers

Answered by ItzGuriSidhu
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