Computer Science, asked by injamulhoque950, 1 year ago

what are the relational operators used in c​

Answers

Answered by shivanshusingh97
0

In languages such as C, relational operators return the integers 0 or 1, where 0 stands for false and any non-zero value stands for true. An expression created using a relational operator forms what is termed a relational expression or a condition.

Answered by lokifromajgard
0

Answer:

>Greater than

<Less than

>=greater than equal to

<=Less than equal to

==Equal to

! =Not equal

Similar questions