Relational operators
All relational operations give only two possible results: TRUE or
FALSE. In the C language, False is represented by an integer value
null (zero) and True by any number other than zero In LABEL 5 is
the description of them.
Logical operators