Computer Science, asked by amalnaha, 10 months ago

explain the concept of precedence of operators. class8​

Answers

Answered by charlie1505
1

Answer:

Basically Operator precedence describes the order in which C reads expressions.

for example multiplication has higher precedence than addition and subtraction.

Both multiplication and division has same precedence

Same for addition and substraction.

Answered by Anonymous
1

Answer:

An operator precedence is the order that an operator is executed. For example, many times a multiplication operator will execute before the addition operator. See our order of operations definition for a full description. Operator, Programming terms.

Similar questions