In order to evaluate a comparison between two expressions we can use the
Relational operators. As specified by the ANSI-C++ standard, the result of a
relational operation is a boolean value that can only be true or false. We may
want to compare two expressions, for example, to know if they are equal or if
one is greater than the other. The table lists the Relational operators that
are available in C++.


