Computer Science, asked by damananddaman099, 3 months ago

There is no Hierarchical order for………. operators

Answers

Answered by jiya8489
1

Answer:

There are various types of operators discussed in this appendix. The following types are provided:

Arithmetic Operators are used to perform mathematical calculations.

Assignment Operators are used to assign a value to a property or variable. Assignment Operators can be numeric, date, system, time, or text.

Comparison Operators are used to perform comparisons.

Concatenation Operators are used to combine strings.

Logical Operators are used to perform logical operations and include AND, OR, or NOT.

Boolean Operators include AND, OR, XOR, or NOT and can have one of two values, true or false.

Operator Precedence

If several operations occur in an expression, each part is evaluated and resolved in a predetermined order called Operator Precedence. Parentheses can be used to override the order of precedence and evaluate some parts of an expression before others. Operations within parentheses are always performed before those outside. Within parentheses, however, normal Operator Precedence is maintained.

If expressions contain operators from more than one category, arithmetic operators are evaluated first, comparison operators next, and logical operators last. Comparison operators all have equal precedence; they are evaluated in the left-to-right order in which they appear. Arithmetic and logical operators are evaluated in the following order of precedence:

mark as brainliest plzzz

Answered by sunakat483
0

Answer:

There is no Hierarchical order for logical operators.

Explanation:

The expressions will be used within if, if-else, switch, or inside a loop statement. When we use multiple logical operators, there is no order of precedence. The main logical operators we use are the AND and OR operators.

Similar questions