relational operator meaning in English
关系操作符
关系算子
关系运算符
关系运算子
Examples
- Since the logical and bitwise operators have a lower precedence than other arithmetic and relational operators , any bitwise operations should be enclosed in parentheses to ensure accurate results
因为逻辑和按位运算符的优先级低于其他算术和关系运算符,所以应将所有按位运算括在括号中以确保准确的计算结果。 - Since the logical and bitwise operators have a lower precedence than other arithmetic and relational operators , any bitwise operations should be enclosed in parentheses to ensure accurate execution . for example , 5
因为逻辑和按位运算符的优先级低于其他算术和关系运算符,所以应将所有按位运算括在括号中以确保准确的执行。