What Is The Order Of Precedence Highest To Lowest Of Following #114
What is the order of precedence (highest to lowest) of following operators?</p> <pre><code class="language-txt"> 1. & 2. ^ 3. ?:</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Operators Control Statements - Java Assignment Operators and Operator Precedence - Quiz No.1.
What is the order of precedence (highest to lowest) of following operators?
1. & 2. ^ 3. ?:
1 -> 2 -> 3
2 -> 1 -> 3
3 -> 2 -> 1
2 -> 3 -> 1