Wednesday, 20 September 2017

Relational Operators in C WITH Program | #11



Keypoints :

 Relational Operator :-
                                The operators which shows the relations ( less than, greater than etc ) between two
                                variables are known as Relational Operators.

                                Ex. a=2, b=3;
                                Then the relation between a & b will be a<b.


                The relational Operator & there meaning are as follows.

                                   Operator                                                                          Meaning

                                1] <                                                                             is less than
                                2] >                                                                             is greater than
                                3] <=                                                                           is less than or equal to
                                4] >=                                                                           is greater than or equal to
                                5] ==                                                                           is equal to
                                6] !=                                                                            is not equal to


No comments:

Post a Comment

Popular Posts :