filmov
tv
Equal to and Not equal to operator in C | C language

Показать описание
The equal-to operator ( == ) returns true (1) if both operands have the same value; otherwise, it returns false (0). The not-equal-to operator ( != ) returns true if the operands do not have the same value; otherwise, it returns false.