C++ Relational Operators
These operators are used to compare two values and return Boolean results. For example: it checks if the operand is equal to another operand or not or an operand is greater than the other operand or not or check less than between two values, etc. List of C++ relational operators: Operator Name Example == Equal … Read more