Computer Science, asked by anandthaniyilar6569, 6 months ago

There is no hieraachical order for operaters answer

Answers

Answered by Snehpriyanshu
5

Explanation:

For example, x = 7 + 3 * 2; here, x is assigned 13, not 20 because operator * has a higher precedence than +, so it first gets multiplied with 3*2 and then adds into.

Similar questions