MCQOPTIONS
Saved Bookmarks
| 1. |
What is the order of precedence (highest to lowest) of following operators? 1. & 2. ^ 3. ?: |
| A. | 1 -> 2 -> 3 |
| B. | 2 -> 1 -> 3 |
| C. | 3 -> 2 -> 1 |
| D. | 2 -> 3 -> 1 |
| Answer» B. 2 -> 1 -> 3 | |