Ask Question
28 January, 16:15

Which of the following is not a relational operator? >=

<=

=

!=

+5
Answers (1)
  1. 28 January, 17:54
    0
    =

    Explanation:

    Relational operators for comparison include:

    < : Less than

    > : Greater than

    < = : Less than or equal to

    > = : Greater than or equal to

    = = : Equal to

    ! = : Not equal to

    Examples:

    5 > 1

    3 > = 3

    1 < 6

    2 = = 2

    Out of the options provided, >=,< = and! = are relational operators.

    However = is not a relational operator. Instead it is an assignment operator for assigning a value to an entity.

    For example : x = 2
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following is not a relational operator? >= ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers