Skip to main content
To Get All Information of Sarkari Jobs | Results | Admit Card | And courses ,Internships then CLICK HERE

Relational Operator-:


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-:
                                                 ads
<  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
x>y    gives 1
x<=y  gives 0
x>=y  gives 1
x==y  gives 0
x!=y   gives 1
ads
Watch The Video Below



Comments

Post a Comment

Please do not enter any spam link in the comment box.


Download The Book "Let Us C" By Yashavant P.Kanetkar,Click The Below Button

-->Email Subscription

Enter Your Email Address:-

Delivered by FeedBurner

Copyright © 2020 TechProgramiz|All Right Reserved|Made By-: Sudarshan Pandey