Computer Science, asked by shubhamsrivastava020, 4 days ago

what is the use of relational operator​

Answers

Answered by vanrajmakwaname
1
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