Relational operators:-
'C' often compared to quantities & depending on their relation takes certain decisions. These comparisons can be done with the help of relational operators.
Relational operators are
Relational operators
|
|
Operator
|
Meaning
|
>
|
greater than
|
>=
|
greater than or equal to
|
<
|
less than
|
<=
|
less than or equal to
|
==
|
equal to
|
!=
|
is not equal to
|
Post a Comment