Ask Question
27 October, 02:12

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

<=

=

!=

+2
Answers (1)
  1. 27 October, 05:21
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers