Computer Science, asked by TbiaSupreme, 1 year ago

The order of evaluation of an operator is known as _____. Fill in the blank.

Answers

Answered by Anonymous
0
The order of evaluation of an operator is known as hierarchy
Answered by orangesquirrel
0

Answer:

The order of evaluation of an operator is known as operator precedence.

Explanation:

It refers to a given order in which operators are evaluated and executed in any programming language.

When an operand is shared by two operators, the operator having the higher precedence is executed first. It may vary in different programming languages.

Similar questions