MCQ Comparison Operators

In what order does the system evaluate comparison operators?

Questions by supriya.sikdar

Showing Answers 1 - 9 of 9 Answers

The order of Comparison Operators would be
Exponentiation,
Positive prefix,
Negative prefix,
Logical not,
Min,
Max,
Multiplication,
Division,
Add,
Sub,
Less than,
Logical OR

  Was this answer useful?  Yes

leela10

  • Feb 13th, 2010
 

The operators and their precedence order from highest to lowest are:

  • Navigation operator ( . )
  • Arithmetic operators in precedence order:
    • + - unary
    • * / multiply, divide
    • + - add, subtract
  • Comparison operators: =, >, <, >=, <=, <>(not equal)
  • Logical operator NOT
  • Logical operator AND
  • Logical operator OR

  Was this answer useful?  Yes

zameeer

  • Oct 9th, 2015
 

Add, Subtract, Divide, Multiply and Logical operators are performed

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions