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

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru