Which relational operator is used to check the equality between two operands
Answers
Answered by
12
Answer:
The relational operator used to check the equality between 2 operands is
==
Hope it helps.....pls mark as brainliest...
Explanation:
Answered by
0
"The equality operator ( == ) in relational operator is used to check the equality between two operands".
Explanation :
The equality operator ( == ) is used to compare two values that are equal or not. It is used to compare digits, strings, Boolean values, variables, objects, arrays, and also functions. If the expressions are equal then the result is TRUE and, otherwise FALSE.
The relational operators are used to compare and make decisions in particular. The relational operators are < , > == , !=, <= , >=.
Similar questions