Ask Question
9 March, 01:14

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

<=

=

!=

+2
Answers (1)
  1. 9 March, 01:19
    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?
Find an answer to your question 👍 “Which of the following is not a relational operator? >= ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers