Computer Science, asked by tharshanaramachandra, 5 months ago

Which one of the following is not relational operator​

Answers

Answered by rohitkhajuria90
4

Most common relational operators used by many languages

Operator Meaning

< less than

> greater than

<= less than or equal to

>= greater than or equal to

== equality (equal to)

!= or <>. inequality (not equal to)

Other than these are non-relational

Similar questions