Q. Select the correct order of precedence among the following?
β
Correct Answer: (D)
** > + > NOT > OR
Explanation: Exponentiation operator (**) > Identity operator (+) > Logical Negation Operator (NOT) > Inclusion Operator (OR).