The logical AND operator is ____.
A: ||
B: &&
C: !
D: %%
A: ||
B: &&
C: !
D: %%
举一反三
- The && operator has a higher precedence than the || operator.
- The ____operator is used to change an expression to its opposite state. A: || B: ! C: && D: %%
- What is the indirection operator? A: & B: * C: -> D: .
- You can take the address of a register variable using the address operator &.
- 以下运算符优先级排列正确的是( ) A: *= &&!= % B: *= % &&!= C: %!= && *= D: &&!= % *=