0
645views
Explain the Relational Operators

Subject : Structured Programming Approach

Title : Fundamental of C Programming

Marks : 2M

1 Answer
0
3views

Comparisons can be done with the help of relational operators. The expression containing a relational operator is termed as a relational expression. The value of a relational expression is either one or zero.

1) <

2) <=

3) >

4) >=

5) = =

6) !=

Please log in to add an answer.