The && operator has a higher precedence than the || operator.
举一反三
- The -> operator has a higher priority than the increment operator.
- The logical AND operator is ____. A: || B: && C: ! D: %%
- Associativity has no role to play unless the precedence of operator is same.
- The ! operator is an unary operator.
- The ____operator is used to change an expression to its opposite state. A: || B: ! C: && D: %%