Computer Science, asked by hsaulakh5251, 11 months ago

According to the rules of precedence which operator will be evaluated first?

Answers

Answered by ronakbhavsar495
2

Answer:

First the expressions with higher-precedence operators are evaluated.

  • The operators who have the higher precedence usually have the tighter binding.
  • The precedence of the operator becomes meaningful when the other operators are available with the higher or lower precedence.
  • Several operators can be present in an expression. You need to understand the direction, operators and the other factors to determine the precedence.

Similar questions