1.

What do you mean by the precedence of operators? Give an example.

Answer»

The order in which the Arithmetic operators (+,-,*,/,%) are used in a given expression is called the order of precedence. The following table shows the order of precedence.

OrderOperators
First()
Second*,/,%
Third+,-


Discussion

No Comment Found