Write a program showing the use of relational operator.
Answers
Answered by
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.⏪
✅Hope it helps you ❗
Answered by
1
Explanation:
Relational operators are used to find the relation between two variables. i.e. to compare the values of two variables in a C program.
Answer provided by Gauthmath
Similar questions