comma operator
常见例句
- Does the comma operator in an array have a name?
有逗号运算符数组中有名字吗? - The comma operator has left-to-right associativity.
逗号运算符具有从左向右的关联性。 - Avoid the use of the comma operator except for very disciplined use in the control part of for statements.
避免使用逗号操作符,除非在特定的for 语句的控制部分。 返回 comma operator