MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is correct order of evaluation for the expression given below ?c = a + b * c / 4 % 2 -1; |
| A. | * / % + - = |
| B. | = * / % + - |
| C. | / * % - + = |
| D. | * / % - + = |
| E. | - % / * + = |
| Answer» B. = * / % + - | |