

MCQOPTIONS
Saved Bookmarks
1. |
Among the logical operators, OR (|), Short Circuit OR (||) and Exclusive OR (^), which operator has higher priority? |
A. | OR (|) |
B. | Short Circuit OR (||) |
C. | Exclusive OR (^) |
D. | All operators have the same priority. |
Answer» D. All operators have the same priority. | |