Q. Which of the following is the correct order of evaluation for the below expression? z = x + y * z / 4 % 2 - 1
β
Correct Answer: (A)
* / % + - =
You must be Logged in to update hint/solution