Answer: Comparison
Step-by-step explanation:
Comparison operator is the operator that functions to performs comparison between two expression or values to evaluate it. Comparison operator generates results in form of true , false or null as per condition of operands in expression.
According to the question,left side and right side of the expression compared through comparison operator. Operators like >, <,,== ,>=,<= etc to assess both the sides of expression.