MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct sequence of evaluation for the ‘C’ expression given below?R = A + B * R/4 % 2 − 1 |
| A. | − % / * + = |
| B. | / * % − + = |
| C. | * / % − + = |
| D. | * / % + − = |
| Answer» E. | |