Computer Science, asked by aayyuusshhii662, 1 year ago

The number of relational operators in C language is?

Answers

Answered by VemugantiRahul
0
There are six relational operators:
< : less than
<= : less than or equal to
> : greater than
>= : greater than or equal to
== : equal to
/= : not equal to


hope it helps
:)
Similar questions