July 7, 2021 in C and CPP
Which of the following is the correct order of evaluation for the below expression?
1.1 Which of the following is the correct order of evaluation for the below expression?
z = x + y * z / 4 % 2 - 1
A) * / % + - =
B) = * / % + -
C) / * % - + =
D) * % / - + =






