The order of evaluation of an operator is known as _____. Fill in the blank.
Answers
Answered by
0
The order of evaluation of an operator is known as hierarchy
Answered by
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