| | When a Relational Operator is encountered during the program's execution, it compares <exp1> with <exp2> in the specified manner. If the specified relationship is true, then a value of 1 is returned, otherwise a value of 0 is returned. If multiple conditions are being used, each relational condition must be enclosed in parentheses () and separated by logical operators. |