Select the correct order of precedence among the following?

8. Select the correct order of precedence among the following?

  1. OR > NOT > + > **
  2. NOT > OR > ** > +
  3. ** > + > OR > NOT
  4. ** > + > NOT > OR

Answer: D) ** > + > NOT > OR

Explanation:

Exponentiation operator (**) > Identity operator (+) > Logical Negation Operator (NOT) > Inclusion Operator (OR).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.