Relational Operators in C
C language provides six relational operators which include the greater than (>), greater or equal (>=), lesser than (<), lesser or equal (<=), equal (==), and not equal (!=) operator. These operators are used to compare two numeric values and thus are binary operators. All these operators perform the function what is signified by their … Read more