

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