relational operators in c
These are the operators which specify the relation between operands. These have a return type of 0&1 where 0 signifies that the relation is false and 1 or other non zero result signifies a true relation. Here is a list of relational operators supported in C : Equals to operator (==) Not equals to operator …