Relational Operators
In C programming, relational operators are used to compare two values or variables and return a Boolean value of either true or
false. There are six relational operators in C, and they are:
Relational operators are commonly used in decision-making statements like if,
while, and for loops to control the flow of a program. Understanding these operators
is essential for creating effective and efficient C programs.