MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the correct order of evaluation for the given expression?calc = s % p / q * R; |
| A. | * % / = |
| B. | = % * / |
| C. | / * % = |
| D. | % / * = |
| E. | None of these |
| Answer» E. None of these | |