state gov UP Police Programmer Grade 2 Mock Test Series Programming and Data Structure Programming in C Scope of a Variable
Which of the following is the correct order of execution for the given expression? z = x + y * z / 4%2 – 1
1
* / % – + =
2
* / % + – =
3
= * / % + –
4
/ * % – + =