Relational Operator are those operator which are used to form a condition by establishing a relation between two operands.Expression that contain relational operator are called as relational expression.They give result either TRUE [1] or FALSE [0].All relational operator have same Precedence. All relational operator are binary in nature.Possible relational operator are follow-:
< Less than
> Greater than
<= Less than or equals to
>= Greater than or equal to
== Equal to
!= Not Equal to
Example-: Suppose x=15 and y=12
x<y gives 0
share the blog..
ReplyDelete