Which of the following is the correct sequence of evaluation for the ‘C’ expression given below?
R = A + B * R/4 % 2 − 1
1
− % / * + =
2
/ * % − + =
3
* / % − + =
4
* / % + − =
Which of the following is the correct sequence of evaluation for the ‘C’ expression given below?
R = A + B * R/4 % 2 − 1