the equality testing operator in C is________
Answers
Answered by
1
Answer:
Equality operators: == and !=
The equality operators, equal to ( == ) and not equal to ( != ... The equal-to operator ( == ) returns true if both operands have the same value; otherwise, it returns false . The not-equal-to operator ( != ) returns true if the operands don't have the same value; otherwise, it returns false .
Similar questions